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
What are different storage class specifiers in c?
What is sizeof int?
What is structure data type in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Why doesnt long int work?
Explain which function in c can be used to append a string to another string?
What does 2n 4c mean?
What is a program flowchart and how does it help in writing a program?
What is sizeof array?
Difference between goto, long jmp() and setjmp()?
Explain how many levels deep can include files be nested?
What is the acronym for ansi?
What does a function declared as pascal do differently?
What is the argument of a function in c?