Answer Posted / kalyani.p.v
call by value:The called function sends its value as
argument to calling function.
Call by reference:The calling function sends address of
variable to the called functin.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are type modifiers in c?
Explain what does a function declared as pascal do differently?
What is the difference between array and pointer in c?
how is the examination pattern?
Explain how can you be sure that a program follows the ansi c standard?
How can I change the size of the dynamically allocated array?
Explain logical errors? Compare with syntax errors.
What are all different types of pointers in c?
What is size of union in c?
Why c is called a mid level programming language?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Why is %d used in c?
Why isnt any of this standardized in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are the applications of c language?