What are structures and unions? State differencves between them.


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

Post New Answer

More C Interview Questions

what are the advantage and disadvantage of recursion

5 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


Why is c still so popular?

0 Answers  


How can I do peek and poke in c?

0 Answers  


how can make variable not in registers

1 Answers   TCS,






How many types of errors are there in c language? Explain

0 Answers  


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


Explain low-order bytes.

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


What is the difference between union and structure in c?

0 Answers  


Categories