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