What are multidimensional arrays?


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

Post New Answer

More C Interview Questions

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


What is class and object in c?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


Explain how can I manipulate strings of multibyte characters?

0 Answers  






how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


What is the purpose of void pointer?

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Tell me what is null pointer in c?

0 Answers  


What are the 5 data types?

0 Answers  


Categories