C program to Use structure within union & display the contents of structure elements
Problem Statement :Create one Structure and declare it inside union.Then accept values for structure members and display them. Write a program to use structure within union , display the contents of structure elements [crayon-628f6b3d5db40183568884/] Output : [crayon-628f6b3d5db50930570195/]