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
In C programming, what command or code can be used to determine if a number of odd or even?
difference between native and cross compilers
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How can I get back to the interactive keyboard if stdin is redirected?
Can a void pointer point to a function?
What is storage class?
what do the 'c' and 'v' in argc and argv stand for?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the difference between a string and an array?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is a pointer in c plus plus?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What does the && operator do in a program code?
Why is c called a mid-level programming language?