What is a structure and why it is used?


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

Post New Answer

More C Interview Questions

c program to add and delete an element from circular queue using array

3 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  






What do you mean by invalid pointer arithmetic?

0 Answers  


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


What are the c keywords?

0 Answers  


inline function is there in c language?

4 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


What is the use of ?

0 Answers  


Categories