home
Learn
screen_rotation
#include <stdio.h> #include <string.h> #include <conio.h> void main(){ char str[50]={'c','o','m','s','y','s','a','p','p','.','c','o','m','\0'}; clrscr(); printf("string value is: %s",str); getch(); }
Program Output
string value is: comsysapp.com