download Mastguru Android App

Question Detail

A variable in c

  • must have a valid datatype
  • can't have a name same as keyword
  • must have a name starting with a character
  • All of above
Similar Questions :

1. A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above

2. Exit() is same as return

  • TRUE
  • FALSE

3. calloc() belongs to which library

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

4. We can insert pre written code in a C program by using

  • #read
  • #get
  • #include
  • #put

5. What is true about fputs function

  • write to a file
  • takes two parameters
  • requires a file pointer
  • all of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment