what are the advantages & disadvantages of unions?

Answer Posted / vadivelt

Main disadvantage is, all the union member variables cannot
be initialised or used with different values at a time.

Is This Answer Correct ?    45 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I read data from data files with particular formats?

599


What are the features of c languages?

624


Write a program to reverse a given number in c?

593


C program to find all possible outcomes of a dice?

1848


Explain the Difference between the New and Malloc keyword.

682






What are the advantages and disadvantages of pointers?

570


What are the advantages of c language?

662


What are structure types in C?

660


What are near, far and huge pointers?

642


Can you please explain the difference between strcpy() and memcpy() function?

593


What are linked lists in c?

645


What is a program?

656


Write a program to print all permutations of a given string.

638


Explain what are linked list?

615


How do we make a global variable accessible across files? Explain the extern keyword?

1416