What is difference between structure and union?


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

Post New Answer

More C Interview Questions

what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


why we are using float in C

4 Answers  


What are the types of unary operators?

0 Answers  


Why we use int main and void main?

0 Answers  






what is default constructor?

2 Answers   HCL,


Explain what does a function declared as pascal do differently?

0 Answers  


Write a c program using for loop in switch case?

1 Answers   Infosys,


Can include files be nested?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


What language is c written?

0 Answers  


What is function what are the types of function?

0 Answers  


Categories