#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
void main()
{
clrscr();
int i;
float z;
for(i=0;i<8;i++)
{
z=pow(2,i);
//for(i=0;i<8;i++)
printf(" 1/%3.f\n",z);
}
getch();
}
Subscribe to:
Post Comments (Atom)
This Blog Contain The Program I Have Done In Practical Lab... All The Progam Is tested Before Putting In This Blog. The All Progam Is Compiled In Turbo Compiler(TC)
0 comments:
Post a Comment