What is the difference function call by value & function
call by reference?
Answer Posted / sangeetha
In call by value, the changes made in the formal arguments
does not affect the actual argument
In call by reference, the changes made in the formal
arguments does affect the actual argument
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is scope rule of function in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What library is sizeof in c?
What are near, far and huge pointers?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Why c is called procedure oriented language?
What is the difference between fread buffer() and fwrite buffer()?
Explain why can’t constant values be used to define an array’s initial size?
What is pointers in c?
When should you use a type cast?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Is the exit() function same as the return statement? Explain.
Explain function?
What does the message "automatic aggregate intialization is an ansi feature" mean?
formula to convert 2500mmh2o into m3/hr