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