What the different types of arrays in c?


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

Post New Answer

More C Interview Questions

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

21 Answers   Trigent,


Is c call by value?

0 Answers  


Explain how do you list files in a directory?

0 Answers  


Can we assign integer value to char in c?

0 Answers  


What are the types of i/o functions?

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


What are the 4 types of unions?

0 Answers  


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


What is the difference between c and python?

0 Answers  


Categories