Question Detail Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C Similar Questions : 1. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B 2. What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C 3. Which operator in c can't be overloaded %+::- Answer: Option C 4. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 5. To access the members of structure which symbol is used *-,. Answer: Option D Read more from - C Programming Questions Answers - Chapter 1