#include<iostream.h> #include<conio.h> main() { clrscr(); const float pi=3.1472; cout<<\"\\n Value of pi = \"<<pi<<endl; getch(); return 0; }