Sail E0 Webinar
Question


Point out the error in the program?


typef struct data
struct data
{
int x;
mystruct *b;
};
Options:
A .  Error: in structure declaration
B .  Linker Error
C .  No Error
D .  None of above
Answer: Option C

Here the type name mystruct is known at the point of declaring the structure, 

as it is already defined.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers