home
Learn
screen_rotation
#include <stdio.h> #include <conio.h> void main(){ clrscr(); printf("My first c program.\n"); printf("I am going Buxar.\n"); printf("I am a student.\t I am reading c."); getch(); }
Program Output
My first c program. I am going Buxar. I am a student. I am reading c.