We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Tasks
1. Write a program to store the record of the student and show it
through structures i.e. student name, gender, roll number, grades etc. 2. Write a program to store record of 10 students using structures. 3. Write a program to add two time periods then show the result in hours, minutes and seconds using structures. 4. Write a program to store the basic info of 10 students then search the records by the student roll number and show the whole record of the student. 5. Create a structure book having data book#, booktitle, author, price and pages. Store 10 books. Then perform following functions. Print all the books of a specific author Show data of all books having pages greater than 500. Print all books having price less than 500. 6. Create a structure to specify data of customers in a bank. The data to be stored is: Account number, Name, Balance, Branch# in account. Assume maximum of 200 customers in the bank. 7. Write a program to print the Account number and name of each customer with balance below Rs. 500.