What are the properties of union in c?


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

Post New Answer

More C Interview Questions

consagous technology placement paper

3 Answers   Consagous, Sypra,


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


How many bytes is a struct in c?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


Explain union. What are its advantages?

0 Answers  






any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


what is Structural oriented language? give some example of this language.....?

1 Answers  


What are 3 types of structures?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


what is the size of an integer variable?

4 Answers  


Categories