Answer Posted / bharat
call by value means u call function with argument as value
of variable.
and
call by reference means u call function with argument as
address of variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why we use stdio h in c?
Can you please explain the difference between exit() and _exit() function?
What is sorting in c plus plus?
What language is windows 1.0 written?
Can you pass an entire structure to functions?
Is c is a high level language?
Explain what is operator promotion?
What is a pragma?
What are the functions to open and close file in c language?
Explain bitwise shift operators?
What is the need of structure in c?
What are the disadvantages of external storage class?
What is nested structure with example?
Explain what is the benefit of using enum to declare a constant?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions