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
Is c language still used?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is structure in c explain with example?
Is there any demerits of using pointer?
What is an lvalue?
Explain the bubble sort algorithm.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Is c++ based on c?
Tell me with an example the self-referential structure?
What is meant by initialization and how we initialize a variable?
What is the purpose of 'register' keyword?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is break in c?
What is the code for 3 questions and answer check in VisualBasic.Net?