how would a 4*3 array A[4][3] stored in Row Major Order?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why flag is used in c?

0 Answers  


what is the difference between getch() and getche()?

7 Answers   Infosys,


What do mean by network ?

0 Answers  


What is structure pointer in c?

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,






What is actual argument?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


What is pass by reference in functions?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What are the types of data files?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Categories