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 a nested formula?

595


What is %g in c?

606


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

754


what does static variable mean?

641


Why do we use int main?

596






What is the difference between NULL and NUL?

716


Explain union. What are its advantages?

609


In which language linux is written?

591


What is a char c?

582


What is c preprocessor mean?

775


Is flag a keyword in c?

668


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1185


How can my program discover the complete pathname to the executable from which it was invoked?

650


What do you mean by invalid pointer arithmetic?

625


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1625