What is the difference between union and structure in c?


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

Post New Answer

More C Interview Questions

Explain how does flowchart help in writing a program?

0 Answers  


Can main () be called recursively?

0 Answers  


What is the use of function in c?

0 Answers  


What is c system32 taskhostw exe?

0 Answers  


What does 2n 4c mean?

0 Answers  






struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


which do you prefer C or Pascal?

1 Answers  


If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.

1 Answers   TCS,


Categories