recategorized by
8,298 views

2 Answers

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

1 votes
1 votes
1 answer
2
go_editor asked Jul 13, 2016
2,996 views
A* algorithm is guaranteed to find an optimal solution ifh’ is always 0g is always 1h’ never overestimates hh’ never underestimates h
1 votes
1 votes
1 answer
4
go_editor asked Jul 13, 2016
2,556 views
A cryptarithmetic problem of the typeCan be solved efficiently usingdepth first techniquebreadth first techniqueconstraint satisfaction techniquebidirectional technique