Answer Posted / sri
yes, passing array to a function is always call by reference
method because array name itself act as a pointer to its
first position.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Write a program to print “hello world” without using semicolon?
What is new line escape sequence?
What is the value of c?
What is difference between class and structure?
explain how do you use macro?
Explain the difference between call by value and call by reference in c language?
How can I call a function with an argument list built up at run time?
Explain what is the benefit of using #define to declare a constant?
Did c have any year 2000 problems?
What is c value paradox explain?
How do we declare variables in c?
Why is c called a mid-level programming language?
Where are the auto variables stored?
Can you please explain the difference between malloc() and calloc() function?