#include
#include
void main ()
{
int no, a;
clrscr ();
printf ("Enter Number : ");
scanf ("%d",&no);
a=sqrt(no);
printf ("\nResult is %d", a);
getch ();
}
Output
Free C programs with output, C++ (C plus plus), programs c programming language, object oriented programming, c programs codes, c program shortcuts, history of c programming language, c programming compilers