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
What is function what are the types of function?
What are disadvantages of C language.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is mean by data types in c?
What does *p++ do? What does it point to?
provide an example of the Group by clause, when would you use this clause
Explain what are multidimensional arrays?
Is it fine to write void main () or main () in c?
What is the difference between typedef struct and struct?
Difference between Shallow copy and Deep copy?
What is difference between function overloading and operator overloading?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Is r written in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Write a program to reverse a string.