Table of Content

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

Output :