Explain the properties of union.


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

Post New Answer

More C Interview Questions

what are advantages of U D F?

1 Answers   Google,


difference between semaphores and mutex?

1 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


Can main () be called recursively?

0 Answers  






a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


What does sizeof return c?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


What is macro?

5 Answers   IBM,


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


Categories