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