Second Semester Department of Electrical Engineering
Second Semester Department of Electrical Engineering
Research Faisalabad
Output:
Task#2
Write a C program using structures that will allow the information about 20 employees
to be stored in the structure. The program prompts the user for appropriate
information and then prints the stored information and display the information that
includes employee name, salary, id no and designation.
Input:
Output:
Task#3
Write a program using structures that initially stores name of the student, marks and
roll number and then display the stored information.
Input:
Output:
Task#4
Write a program using structures that initially stores name of the student, roll number
and marks in three subjects along with total marks. The program should store and
display the required output. Use required header libraries if any.
Input:
Output: