home
Learn
screen_rotation
#include <stdio.h> #include <conio.h> void main(){ clrscr(); printf("My first c program."); getch(); }
Program Output
My first c program.