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


Please Help Members By Posting Answers For Below Questions

What is #error and use of it?

681


What are run-time errors?

600


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


What is the purpose of main() function?

654


How can I direct output to the printer?

812






What is bin sh c?

578


Do pointers need to be initialized?

558


What is %lu in c?

683


What math functions are available for integers? For floating point?

621


What is realloc in c?

581


What are integer variable, floating-point variable and character variable?

609


Where are c variables stored in memory?

594


I need a sort of an approximate strcmp routine?

657


How can I copy just a portion of a string?

812


what are the 10 different models of writing an addition program in C language?

1437