can a union be self-referenced?



can a union be self-referenced?..

Answer / thunder

Yes,unions also self-referenced,but it can share the common
memory location.

Is This Answer Correct ?    12 Yes 1 No

Post New Answer

More C Interview Questions

Explain what are the different data types in c?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


Is r written in c?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  






C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


What is preprocessor with example?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


Is it cc or c in a letter?

0 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


Categories