I came across this statement in a book.
new employee *[num];
where employee has already been declared as struct employee and num is an int;
this is on the right hand side of = operator on the statement.
So, what is meant by that statment? The book doesn't offer any explanation of the said statement.