skip to main
|
skip to sidebar
Pages
Home
Basic proggraming c
Programming
ACM SOLVE AND SOLUTIONS.ACM means that Association for Computing Machinery.
About Me
Unknown
View my complete profile
Powered by
Blogger
.
Popular Posts
acm 113 power of cryptograpy
#include<stdio.h> #include<math.h> int main() { double x,k,n,p; while(scanf("%lf%lf",&n,&p)==2)...
acm 100 The 3n+1 problem
#include<stdio.h> int main() { long int i,j,n1,n2,max=0,count,let; while(scanf("%ld %ld",&n1,&n2)==2)...
Blogger news
About me
I'm Ashim chakrabarty.I study at Computer science & engineering in Chittagong university,Bangladesh.I come from Moulvibazar,Sylhet,Bangladesh.
Tuesday, March 19, 2013
18.How we are print 1-100 by using for loop:
#include<stdio.h>
int main()
{
int i;
for(i=1;i<=100;i++)
printf("%d\t",i);
return 0;
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Translate
0 comments:
Post a Comment