What is multidimensional arrays


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

Post New Answer

More C Interview Questions

What is the sizeof () operator?

0 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


What does c mean before a date?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  






What is the 'named constructor idiom'?

0 Answers  


What is the scope of static variables?

1 Answers  


What is the use of a static variable in c?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


What is assert and when would I use it?

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Categories