what is the difference between call by value and call by
reference?
Answer Posted / rama krishna sidhartha
Call by value means passing the values.
Call by reference means passing the address of the variables
given.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Array is an lvalue or not?
List the variables are used for writing doubly linked list program.
What is difference between %d and %i in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how do you programme Carrier Sense Multiple Access
What kind of structure is a house?
Explain how do you generate random numbers in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is #include stdio h and #include conio h?
What are the general description for loop statement and available loop types in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you write a program which produces its own source code as output?
How can type-insensitive macros be created?
how can use subset in c program and give more example