Why structure is used in c?


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

Post New Answer

More C Interview Questions

What is the difference between struct and union in C?

1 Answers  


Do variables need to be initialized?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Explain how do you convert strings to numbers in c?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


What is null in c?

0 Answers  


What is the difference between a structure and a union?

2 Answers  


Explain what is wrong in this statement?

0 Answers  


Differentiate between #include<...> and #include '...'

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


What is the difference between if else and switchstatement

0 Answers  


Categories