Q-1. Write a program to input 10 elements in a QUEUE. And show QUEUE OPERATIONS menu driven as given below:Add element in a QUEUE(PUSH)REMOVE ELEMENT FROM QUEUE(POP)SHOW QUEUE ELEMENTS
Q-2. Write a program to input following DETAILS OF 5 STUDENT AND STOREin ‘STUDENT.TXT’. ØGRNO ØNAME ØMARKS OF ENG, PHY, CHE,MAT,CS ØFIND THE TOTAL MARKS AND PRINT ØFIND THE PERCENTAGE
Read all the data from ‘STUDENT.TXT’ and PRINT RESULT, IF STUDENT PASS IN ALL SUBJECT PRINT “PASS” OR “FAIL” (PASSING MARKS IN EACH SUBJCET IS 50)
Q-3. Write a menu driven program to take a number from the user and testØGiven number is Palindrome or not ØFactorial of Given number ØGiven number isODD or EVEN
0 Comments