main()
{
int n;
printf("\n Enter any number:");
scanf("%d", &n); dec2bin(n);
}
dec2bin(int n)
{
if(n == 0)
return ; else
{
dec2bin (n/2);
printf("%d", n%10);
}
}
Try This one out and see. Better study hard. Kamei Ch Here
int mystrlen (char* str) { int len = 0; while (*str++ != '\0') len++; return len; }
A pant program, often referred to as a "pants program," typically involves a structured initiative focused on developing or promoting specific types of trousers or pants, often within the fashion or retail industry. This may include design, production, marketing, and sales strategies aimed at enhancing the brand's offerings in this category. The term can also refer to educational or training programs that teach skills related to pant manufacturing or fashion design.