download Mastguru Android App

Question Detail

Exit() is same as return

  • TRUE
  • FALSE
Similar Questions :

1. 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

2. If include files can be nested

  • Yes
  • No

3. Wild pointer in C

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer has not been initialized
  • if pointer has not defined properly
  • if pointer pointing to more than one variable

4. What is true about fputs function

  • write to a file
  • takes two parameters
  • requires a file pointer
  • all of above

5. Size of void pointer is

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Read more from - C Programming Questions Answers - Chapter 1
Post a comment