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
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?
Explain what is the benefit of using enum to declare a constant?
what type of questions arrive in interview over c programming?
What is pointers in c with example?
Did c have any year 2000 problems?
Can a pointer be static?
What is cohesion and coupling in c?
Are there any problems with performing mathematical operations on different variable types?
Why is c not oop?
Why does everyone say not to use gets?
How can I dynamically allocate arrays?
Why void main is used in c?
What do you mean by c what are the main characteristics of c language?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the types of variables in c?