239) The following ′C ′ program
{
unsigned int num;
int c=0
scanf(%u,&num);
for(;num;num>>=1)
{
if(num &1)
c++;
}
printf(%d,c);
}
Answer is:
Counts the number of bits which are on in the number num
Related C Programming MCQ with Answers
Answer is:
Catratratratrat...
Answer is:
i5h4g3f2e1
Answer is:
for(i=0; i<=50 ll found==false; i++)
Answer is: