Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What should malloc() do?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


what is constant pointer?

3 Answers  


Write a program that his output 1 12 123

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


How variables are declared in c?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


What do you mean by scope of a variable in c?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


What is use of pointer?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


Explain how do you use a pointer to a function?

0 Answers  


Categories