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
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How is pointer initialized in c?
formula to convert 2500mmh2o into m3/hr
What is mean by data types in c?
Add Two Numbers Without Using the Addition Operator
When should the volatile modifier be used?
Explain what math functions are available for integers? For floating point?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Explain how do you determine whether to use a stream function or a low-level function?
What is data structure in c and its types?
Why enum is used in c?
Is c is a high level language?
What is a pointer on a pointer in c programming language?
How will you divide two numbers in a MACRO?