What’s the special use of UNIONS?


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

Post New Answer

More C Interview Questions

Why can't I perform arithmetic on a void* pointer?

0 Answers  


which type of question asked from c / c++ in interview.

2 Answers  


difference between native and cross compilers

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  






How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


The file stdio.h, what does it contain?

0 Answers  


How does #define work?

0 Answers  


find the minimum of three values inputted by the user

3 Answers  


Is array name a pointer?

0 Answers  


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


Categories