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. What is use of \r in c

  • used to insert a vertical tab
  • used to insert a tab
  • places cursor at the end of line
  • places cursor at the start of line

2. What is true about fputs function

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

3. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

4. If include files can be nested

  • Yes
  • No

5. Size of void pointer is

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