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
How can I open a file so that other programs can update it at the same time?
What is an endless loop?
write a 'c' program to sum the number of integer values
What is the difference between array_name and &array_name?
How to add two numbers without using semicolon n c????
How do I swap bytes?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
Why is c called c not d or e?
What is the purpose of main() function?
how to write optimum code to divide a 50 digit number with a 25 digit number??