Why do we need arrays in c?


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

Post New Answer

More C Interview Questions

How can you allocate arrays or structures bigger than 64K?

0 Answers  


Whats s or c mean?

0 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


What is use of #include in c?

0 Answers  






I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


difference between ordinary variable and pointer in C?

2 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


What is function pointer c?

0 Answers  


Categories