download Mastguru Android App

Question Detail

What is prototype of a function in C

  • It is the return type of a function
  • It is the return data of the function
  • It is declaration of a function
  • It is a datatype
Similar Questions :

1. Size of void pointer is

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

2. What is the purpose of getc()

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

3. Which operator has the highest priority

  • ()
  • []
  • *
  • /

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

  • *
  • -
  • ,
  • .

5. total number of keywords in C are

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