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. rand() function returns

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

2. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to

  • call by value
  • call by reference
  • both of above
  • none of above

3. Adding to a pointer that points to an array will

  • Cause an error
  • Increase the value of the element that the pointer is pointing to
  • Cause the pointer to point to the next element in the array
  • None of above

4. If include files can be nested

  • Yes
  • No

5. Can getch() be used to echo the input

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