Posts
Write a c program that opens an existing text file and copies it to a new text file with all lowercase letters changed to capital letters and all other characters unchanged.
Write a c program that opens an existing text file and copies it to a new text file with all lowercase letters changed to capital letters and all other characters unchanged.
- Get link
- X
- Other Apps
Write a C program to create a structure Student containing fields for Roll No., Name, Class, Year and Total Marks. Create 10 students and store them in a file.
Write a C program to create a structure Student containing fields for Roll No., Name, Class, Year and Total Marks. Create 10 students and store them in a file.
- Get link
- X
- Other Apps
Write a c program that prints a multiplication table for a given number and the number of rows in the table.
Write a c program that prints a multiplication table for a given number and the number of rows in the table.
- Get link
- X
- Other Apps