Explain what are multidimensional arrays?


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

Post New Answer

More C Interview Questions

What are the keywords in c?

0 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


what does data structure mean?

8 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


Which function in C can be used to append a string to another string?

0 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


What are the different types of C instructions?

0 Answers   InterGraph,


advantages of pointers?

3 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


Categories