Answer Posted / vignesh1988i
CALL BY VALUE :
this means whenever ur arguments in the function contains only values without passing any addresses is called as call by value..
CALL BY REFERENCE :
this means that whenever u pass an address as an arragument when u call an function , that is called as reference by call
thank u
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the application of c?
What is %d used for?
What does it mean when a pointer is used in an if statement?
How are structure passing and returning implemented?
Are c and c++ the same?
Explain the bubble sort algorithm.
formula to convert 2500mmh2o into m3/hr
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is "Duff's Device"?
What is difference between static and global variable in c?
What is the difference between functions abs() and fabs()?
What is the purpose of macro in C language?
What is extern c used for?
What is meant by preprocessor in c?
What is memory leak in c?