download Mastguru Android App

Question Detail

Exit() is same as return

  • TRUE
  • FALSE
Similar Questions :

1. calloc() belongs to which library

  • stdlib.h
  • malloc.h
  • calloc.h
  • None of above

2. Out of following program :
float x = 10.7;
int i;

i = (int) x;
print i;

  • null
  • error
  • 10
  • garbage value

3. What is the purpose of getc()

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

4. Difference between structure and union is

  • We can define functions within structures but not within a union
  • We can define functions within union but not within a structure
  • The way memory is allocated
  • There is no difference

5. If include files can be nested

  • Yes
  • No
Read more from - C Programming Questions Answers - Chapter 1
Post a comment