Difference between revisions of "Generic C Programs"
(Created page with "{{{ #include<stdio.h> void main() { int num,rem,cnt=0; printf("\n Enter number"); scanf("%d",&num); while(num>0) { rem=num%2; num=num/2; if(rem==1) { cnt++; } } printf("%d",c...") |
(Blanked the page) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |