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
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
How can I sort more data than will fit in memory?
How. To pass the entrance test
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
write a addition of two no. program with out using printf,scanf,puts .
what is the maximum no. of bytes calloc can allocate
can we access one file to one directory?
Why can't we initialise member variable of a strucutre
What is difference between union and structure in c?
find largest of 3 no
Not all reserved words are written in lowercase. TRUE or FALSE?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)