home
Learn
screen_rotation
#include <stdio.h> #include <conio.h> void main(){ short a = 921; clrscr(); printf("value of a = %d",a); getch(); }
Program Output
value of a = 921