Arrays in ‘C’ language are always stored in column-major fashion

2. Each statement below is either TRUE or FALSE. Choose the most appropriate one
and ENTER in the “tear-off” sheet attached to the question paper, following
instructions therein. (1 x 10)
2.1 Arrays in ‘C’ language are always stored in column-major fashion.
2.2 for(;;) will give syntax error in ‘C’ language.
2.3 For command line arguments, argv is a pointer to an array of pointers.
2.4 A member of any structure is referred to in an expression by a construction of the form
structure-name → member.
2.5 Bitwise fields can be of any type.
2.6 goto statement transfer the control from one function to another.
2.7 An array’s name is a pointer constant.
2.8 C allows different variables to have the same name.
2.9 Variables defined in the same function always have the same scope.
2.10Each symbol constant requires a separate # define directive to create it.


Leave a Reply