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
Explain how can I write functions that take a variable number of arguments?
What are structure members?
What is the difference between printf and scanf in c?
What are the 3 types of structures?
What are reserved words with a programming language?
What are the advantages and disadvantages of a heap?
Differentiate between functions getch() and getche().
What is void main () in c?
Difference between malloc() and calloc() function?
What are multibyte characters?
What is a char in c?
can anyone please tell about the nested interrupts?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Why do we need functions in c?
What is 2 d array in c?