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

Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,






write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


What are the different types of objects used in c?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Why does not c have an exponentiation operator?

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


List some applications of c programming language?

0 Answers  


Categories