download Mastguru Android App

Question Detail

What is true about fputs function

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

1. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above

2. rand() function returns

  • float value
  • integer value
  • any type
  • none of above

3. Size of void pointer is

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

4. What is wild pointer in c

  • a pointer which we need to write in future
  • a pointer which has bad naming convention
  • a pointer which has no limit
  • a point which has not initialized

5. Exit() is same as return

  • TRUE
  • FALSE
Read more from - C Programming Questions Answers - Chapter 1
Post a comment