Module 15 of 15
Build a mini project like a student management system or calculator using OOP concepts, file handling, and functions.
एक mini project बनाएं जैसे student management system जिसमें OOP concepts और file handling का उपयोग करें।
#include <stdio.h>
int main() {
printf("Welcome to Mini Project");
return 0;
}