Wednesday, 26 July 2017
Write a C program to define a union Contact that will contain the members Mobile no and E-mail id. Now define a structure Employee that will contain name, UID,PhNo, emailId and a variable of type Contact as members. The program will ask the user to give the details of five Employees including contact details. Print the details of all the Employees.
What's Related?

Write a C program to define a function that will take an integer as argument and return the sum of digits of that integer

Write a C program to print all prime numbers between a given range of numbers.

Write a C program to process random file of library data.
