How is a two dimensional array passed to function when the
order of matrix is not known at complie time?



How is a two dimensional array passed to function when the order of matrix is not known at compli..

Answer / 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

More C Interview Questions

Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


What does nil mean in c?

0 Answers  


What is context in c?

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


what do structure language means?

3 Answers   Microsoft,






15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


Is c procedural or object oriented?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


How was c created?

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


Categories