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
Difference between exit() and _exit() function?
show how link list can be used to repersent the following polynomial i) 5x+2
Is register a keyword in c?
What is a program flowchart and explain how does it help in writing a program?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What do you mean by a local block?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is operator promotion?
what do you mean by enumeration constant?
how to create duplicate link list using C???
Why array is used in c?
What is the difference between single charater constant and string constant?
Explain what is the difference between a string and an array?
How many keywords (reserve words) are in c?
Which is the best website to learn c programming?