go to their profile and where it has their picture. when it says subscribe click on the drop down menu thing and click unsubscribe
I want to stop my subscription on binbit club because it is useless .kill bin in my cellphone.
118
alert off
write BIN OFF & send 16162
just type KILL BIN and then send to 2474
Write (STOP BIN) Then Send it to 16261 Best of Luck!
To unsubscribe, just text Stop Bin then send to 2474. Its posted on their website under the terms and conditions page.For a more complete guide, here's a website community that talk about this further : http://www.keywordspeak.com/2011/03/how-to-unsbscribe-binbit-philippines.htmlYou may find additional information on http://www.binbitcare.com
Keywords may vary depending on your subscription. to know what program you are subscribed to, the keyword and how to unsubscribe send CHECK to 2474. Thank you!
#include<stdio.h> #include<conio.h> void main() { int i,n,k,j,b[100]; clrscr(); printf("Enter a Number:"); scanf("%d",&n); k=n; for(i=0;i<=k;i++) { b[i]=n%2; n=n/2; if(n==0)break; } printf("\n\nBinary Equivalent:"); for(j=i;j>=0;j--) printf("%d",b[j]); getch(); } Happy Coding...!!!