Question Detail

Size of void pointer is

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Similar Questions :

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

  • No
  • Yes

2. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above

3. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above

4. The compiler in C ignores all text till the end of line using

  • //
  • /
  • */
  • none of above

5. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132
Read more from - C Programming Questions Answers - Chapter 1