Sail E0 Webinar
Question

Which of the following is a properly defined structure?


Options:
A .  struct {int a;}
B .  struct a_struct {int a;}
C .  struct a_struct int a;
D .  struct a_struct {int a;};
Answer: Option D

The a_struct is declared as structure name and its data element is a.



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers