in Programming and DS recategorized by
8,274 views
1 vote
1 vote

The Default Parameter Passing Mechanism is called as

  1. Call by Value
  2. Call by Reference
  3. Call by Address
  4. Call by Name
in Programming and DS recategorized by
8.3k views

2 Answers

1 vote
1 vote
The Default Parameter Passing Mechanism is called as A) Call by value

C doesnot support call by reference, call by address directly . It access call by reference or address by pointer
0 votes
0 votes

Answer : Call By Value 

In C-Language the Default Parameter Passing Mechanism is called as Call By Value Reference is Here with Example.

Answer:

Related questions