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. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B 2. rand() function returns float valueinteger valueany typenone of above Answer: Option B 3. total number of keywords in C are 303248132 Answer: Option B 4. If (*p) and **p is same NoYes Answer: Option A 5. Difference between calloc() and malloc() calloc() takes a single argument while malloc() needs two argumentsmalloc() takes a single argument while calloc() needs two argumentsmalloc() initializes the allocated memory to ZEROcalloc() initializes the allocated memory to NULL Answer: Option B Read more from - C Programming Questions Answers - Chapter 1