How is a two dimensional array passed to function when the
order of matrix is not known at complie time?
Answer Posted / mr.a
jus pass the name of array.....to a function as it was
getting into a pointer....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are directives in c?
In C language what is a 'dangling pointer'?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How can you avoid including a header more than once?
Write a program of prime number using recursion.
Write a program to generate random numbers in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Can we declare variables anywhere in c?
What are the 5 organizational structures?
What is function and its example?
What are c header files?
What is the size of array float a(10)?
Where local variables are stored in c?
What is the right way to use errno?
In C, What is the #line used for?