What is difference between Structure and Unions?


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

Post New Answer

More C Interview Questions

Is using exit() the same as using return?

0 Answers  


Explain how do you use a pointer to a function?

0 Answers  


How are structure passing and returning implemented?

0 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,






for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Is c procedural or object oriented?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


write a program for even numbers?

19 Answers   TCS,


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What is difference between static and global variable in c?

0 Answers  


Categories