Grade XII Programming in C form set

C Programming Solutions 

a) WAP to open new data file to store name and age of student until user says 'no'.


b) WAP to enter radius of football and calculate area of football using user define function.



c. WAP to input staff id ,name and salary of 50 staffs. Display staff id name and salary of those staff whose salary ranges from 25 thousand to 40 thousand.



d. WAP to sort 10 different number using user define function.


e. WAP to input roll, name and age of 5 student and display them using structure.


f. Demonstrate a program in C to create a data file named score.dat to store students' information with Reg no, name, gender, and address. The program should ask the user to continue or not. When finished, the program should also display all the records in the proper format.






Comments