Examveda
Examveda

The default parameter passing mechanism is

A. call by value

B. call by reference

C. call by value result

D. None of these.

Answer: Option A


This Question Belongs to C Program >> Function

Join The Discussion

Comments ( 5 )

  1. ROJES LOYOLA
    ROJES LOYOLA :
    1 year ago

    Here it is Default parameter means that a variable with the initialized value and passing mechanism means that passing that value to somewhere which it needed in some function in C programming uses call by value to pass arguments. The call by reference is calling a pointer in a function is known as reference. By getting a reference of a value in a pointer.

  2. Nitish Choudhary
    Nitish Choudhary :
    4 years ago

    I also want to know

  3. Swati Dahihande
    Swati Dahihande :
    5 years ago

    How

  4. RAHUL PAREWA
    RAHUL PAREWA :
    7 years ago

    because jdjskfhjfi

  5. Sanjay Kumar
    Sanjay Kumar :
    8 years ago

    how to answer default :call by value
    sugest me

Related Questions on Function