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

Explain what are compound statements?

0 Answers  


List the different types of c tokens?

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


What is an lvalue and an rvalue?

1 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


What is the use of parallelize in spark?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What is the purpose of the preprocessor directive error?

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What's the total generic pointer type?

0 Answers  


Categories