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
4.How we are find out Division two number?
#include<stdio.h> int main() { float i,j,division; printf("Enter any two number:\n"); scanf("%f%f...
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)...
Blogger news
About me
I'm Ashim chakrabarty.I study at Computer science & engineering in Chittagong university,Bangladesh.I come from Moulvibazar,Sylhet,Bangladesh.
Sunday, March 24, 2013
24.How we are find out second in year:
#include<stdio.h>
int main()
{
printf("number of seconds in a year:\n");
printf("%f\n",60.0*60.0*24.0*365.0);
return 0;
}
1 comments:
Unknown
September 1, 2013 at 1:37 AM
thanks brother!!!
Reply
Delete
Replies
Reply
Add comment
Load more...
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Translate
thanks brother!!!
ReplyDelete