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

What is the best way to store flag values in a program?

0 Answers  


What are the advantage of c language?

0 Answers  


where does malloc() function get the memory?

1 Answers  


Can a variable be both constant and volatile?

0 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,






Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


Can a variable be both const and volatile?

0 Answers  


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


When c language was developed?

0 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


What is the role of && operator in a program code?

0 Answers  


Categories