What is 2 d array in c?


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

Post New Answer

More C Interview Questions

What is the benefit of using an enum rather than a #define constant?

0 Answers  


What is main function in c?

0 Answers  


Explain about block scope in c?

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


When should a type cast be used?

0 Answers  


Does c have function or method?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


What are c identifiers?

0 Answers  


What is the difference between class and object in c?

0 Answers  


Categories