How to write a C Program System in C Programming Language ?
Solution For C Program :
/*C Program System.*/
#include <stdio.h>
#include <stdlib.h>
int main(){
printf("Happy Birthday!\n");
system("pause");
return 0;
}
Learn To Write A Program. Learn Programming Online. Find Programming Solutions.