Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

square root = %f

Posted byjeffrin July 31, 2010


/* Jeffrin Jose <jeffrin@rocketmail.com> Licensed GPL v3 Copyright 2010
GPL --> http://www.gnu.org/copyleft/gpl.html */

#include<stdio.h>

main()
{
float x,y;
printf("\n Input an Integer :" );
scanf("%f",&x);
y=sqrt (x);
printf(" square root = %f",y);
getch();
}

Posted byjeffrinJuly 31, 2010Posted inUncategorizedTags: C, compiler, dev c++, Programming., square root, windows

Post navigation

Previous Post Previous post:
software interrupt –
Next Post Next post:
exclusive OR Instruction :-
July 2010
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Jun   Aug »
TRUEANGLE, Proudly powered by WordPress.