What is difference between structure and union in c programming?


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

Post New Answer

More C Interview Questions

for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


What is else if ladder?

0 Answers  


what is data structure?

5 Answers   CBSE,


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


What is indirection in c?

0 Answers  






main() { printf("hello"); fork(); }

0 Answers   Wilco,


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

0 Answers  


What is an anonymous union and where to apply that ?

3 Answers   HP,


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


Do you know what is a programing language ?

0 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


what is the use of a array in c

6 Answers  


Categories