14
Q:
| A) struct {int a;} | B) struct a_struct {int a;} |
| C) struct a_struct int a; | D) struct a_struct {int a;}; |
Answer: D) struct a_struct {int a;};
Explanation:
Explanation:
The a_struct is declared as structure name and its data element is a.
Aptitude and Reasoning
General Knowledge
Puzzles
Interviews
Technical
Certifications
Exams
Job
Roles
True or False
Exams