Can I initialize unions?


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

Post New Answer

More C Interview Questions

Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Explain null pointer.

0 Answers  


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


What is a dynamic array in c?

0 Answers  






Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Difference between exit() and _exit() function?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Why use int main instead of void main?

0 Answers  


How to develop software using "c" programming?

1 Answers   IBM, TCS,


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


Is a pointer a kind of array?

0 Answers  


Categories