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. We can insert pre written code in a C program by using

  • #read
  • #get
  • #include
  • #put

2. rand() function returns

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

3. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above

4. What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration

5. Wild pointer in C

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer has not been initialized
  • if pointer has not defined properly
  • if pointer pointing to more than one variable
Read more from - C Programming Questions Answers - Chapter 1