Multiple Choice
Any type of modification on the parameter inside the function will reflect in actual variable value can be related to..
A) call by value
B) call by reference
C) both of above
D) none of above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: What is the output of below program?<br>Int
Q44: How many loops are there in C<br>A)1<br>B)2<br>C)3<br>D)4
Q45: If 'a' is the integer which is
Q46: What is storage class for variable A
Q47: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10;<br>Printf("%d", a);<br>Int
Q48: C is a _ language<br>A)Platform independent programming<br>B)Platform
Q49: #include "stdio.h"int a = 20;<br>Int main()<br>{<br>Int a
Q50: which is better memory allocation when size
Q51: A Pointer to a block of memory
Q53: What is the extension of output file