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-61a275d6ec87c642670195/] Output : [crayon-61a275d6ec888934051031/]