Explain union. What are its advantages?


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

Post New Answer

More C Interview Questions

create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


write a program to check whether a number is Peterson or not.

3 Answers  


What are inbuilt functions in c?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,






Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


What is the best organizational structure?

0 Answers  


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

0 Answers  


Categories