What is difference between union All statement and Union?


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

Post New Answer

More C Interview Questions

Describe the header file and its usage in c programming?

0 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


character array A[12] can hold

5 Answers   Wipro,






Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


Explain the difference between malloc() and calloc() function?

0 Answers  


What is the explanation for modular programming?

0 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


Why void main is used in c?

0 Answers  


Categories