Why array is used in c?


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

Post New Answer

More C Interview Questions

Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


a simple program in c language

5 Answers   IBM,


Why is c called a mid-level programming language?

0 Answers  


what is a function method?give example?

0 Answers  


What is #line in c?

0 Answers  






What is file in c preprocessor?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is the difference between realloc() and free()

1 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


Categories