Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • LINUX
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Tag Archives: dev c++

square root = %f

/* 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
September 2026
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  
« Aug    
TRUEANGLE, Proudly powered by WordPress.