#include<constream.h> double reciprocal(float); void main(){ clrscr(); cout<<"Enter Any Number : "<<reciprocal(31); getch(); } double reciprocal(float a){ float result=1/a; return result*2; }
C Program For Reciprocal
January 04, 2015
By:
Bhanu Namikaze
Bhanu Namikaze
Bhanu Namikaze is an Penetration Tester, Red Teamer, Ethical Hacker, Blogger, Web Developer and a Mechanical Engineer. He Enjoys writing articles, Blogging, Debugging Errors and CTFs. Enjoy Learning; There is Nothing Like Absolute Defeat - Try and try until you Succeed.

No comments:
Post a Comment