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
Is there any possibility to create customized header file with c programming language?
Can variables be declared anywhere in c?
How can you determine the size of an allocated portion of memory?
Disadvantages of C language.
What is the purpose of type declarations?
Describe the modifier in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What's the best way of making my program efficient?
What is the best way to store flag values in a program?
What is putchar() function?
What is getch() function?
Is it valid to address one element beyond the end of an array?
Where register variables are stored in c?
What is the use of extern in c?