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
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What does c mean?
What is difference between structure and union in c programming?
What are pointers? Why are they used?
What tq means in chat?
What is the use of #include in c?
How can a number be converted to a string?
What library is sizeof in c?
Do you have any idea about the use of "auto" keyword?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Write a program to know whether the input number is an armstrong number.
What are predefined functions in c?
What is a #include preprocessor?
What is structure data type in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?