state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C
Which of the following statement about structure definition in C language is incorrect?
1
The closing brace in the structure type declaration must be followed by a semicolon.
2
dot(.) operator is used to access structure elements.
3
In an array of structures all elements of the array are stored in adjacent memory locations.
4
A structure type declaration informs the compiler to reserve any space in memory.