Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Structures, Unions, Enums
Point out the error in the program? typedef struct data mystruct; struct data { int x; mystruct *b; };
Error: in structure declaration
Linker Error
No Error
None of above
Show Answer
Correct Answer:
No Error
Explanation:
Here the type name
mystruct
is known at the point of declaring the structure, as it is already defined.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment