What are multidimensional arrays?


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

Post New Answer

More C Interview Questions

when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


What are the different types of control structures?

0 Answers  






What is an auto keyword in c?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


What is the size of enum in bytes?

0 Answers  


What are void pointers in c?

0 Answers  


write a program to concatenation the string using switch case?

0 Answers  


Is swift based on c?

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


Categories