ahref comment Achor Txt Get link Facebook X Pinterest Email Other Apps February 09, 2015 This way we can get backlink on the comment website <a href="https://example.com/">Achor Txt</a> Get link Facebook X Pinterest Email Other Apps Comments
KM TO CM February 06, 2015 #include<stdio.h> #include<conio.h> void main() { float km,m,cm; printf("Enter distance in km:\n"); scanf("%f",&km); cm=km*100000; printf("Distance in centimeters is%f\n",cm); getch(); } Online Shopping in Nepal Online Shopping Nepal Online Shopping Read more
volume of sphere February 06, 2015 #include<stdio.h> #include<math.h> void main() { float r,pi=3.14,v; printf("Enter the radius:"); scanf("%f",&r); v=(4/3)*pi*pow(r,3); printf("The volume is:%.2f",v); getch(); } Mero Share Read more
Comments
Post a Comment