Section 1: C Programming Lab Question 1:- Write an interactive program in C language to create an application program for a cooperative bank to maintain the customers’ database. This application should have menu options like below: • Creating a New Record • Reading/Listing of Records • Modify the record • Delete the record Each customer record should have Customer Name, Account Number, Account Type, Telephone/Mobile, Address, Nominee Name, Account Balance, Date of Joining, etc. The application should be designed user-friendly. (20 Marks) Section 2: Assembly Language Programming Lab Question 1:- a) Write a program in assembly language to read the current time and Date from the system and display it in the standard format on the screen. (5 Marks) b) Write a program in assembly language to multiply two 16-bit numbers and to store the result in the specified location. (5 Marks) c) Write a ...