What is the difference function call by value & function
call by reference?
Answer Posted / abirami
function call by refernce will be begin with "&" symbols.i
think sooo..
but i dont know to explain function call by values!!!!!!!
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Write a code to generate a series where the next element is the sum of last k terms.
Explain high-order bytes.
Do you have any idea about the use of "auto" keyword?
Process by which one bit pattern in to another by bit wise operation is?
What is binary tree in c?
What is meant by preprocessor in c?
Explain the use of 'auto' keyword
Why can arithmetic operations not be performed on void pointers?
if p is a string contained in a string?
Write a program on swapping (100, 50)
Does c have enums?
Explain how can I write functions that take a variable number of arguments?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
When should we use pointers in a c program?