download Mastguru Android App

Question Detail

Disadvantage of array in C is

  • We can easily access each element
  • It is necessary to declare too many variables
  • It can store only one similar type of data
  • None of above
Similar Questions :

1. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

2. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

3. If (*p) and **p is same

  • No
  • Yes

4. What is the purpose of getc()

  • read a character from STDIN
  • read a character from a file
  • read all file
  • read file random

5. Disadvantage of array in C is

  • We can easily access each element
  • It is necessary to declare too many variables
  • It can store only one similar type of data
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment