What are multidimensional arrays?


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

Post New Answer

More C Interview Questions

difference between function & structure

9 Answers   Verizon,


Do you know what are the properties of union in c?

0 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


what is stack , heap ,code segment,and data segment

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


How can I recover the file name given an open stream?

0 Answers  


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


Categories