Question Detail

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
Similar Questions :

1. 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

2. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

3. Exit() is same as return

  • TRUE
  • FALSE

4. rand() function returns

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

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