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 is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How to delete a node from linked list w/o using collectons?
What are valid signatures for the Main function?
What is a nested formula?
Explain heap and queue.
In c language can we compile a program without main() function?
What does %2f mean in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the use of a semicolon (;) at the end of every program statement?
Explain how are portions of a program disabled in demo versions?
What is atoi and atof in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What does 3 mean in texting?
How do you determine the length of a string value that was stored in a variable?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above