What is the most efficient way to count the number of bits which are set in an integer?
No Answer is Posted For this Question
Be the First to Post Answer
program in c to print 1 to 100 without using loop
What does *p++ do? What does it point to?
how to get the starting address of file stored in harddisk through 'C'program.
Explain 'bit masking'?
How to avoid buffer overflow?
What are external variables in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Can two or more operators such as and be combined in a single line of program code?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is string concatenation in c?
Can you pass an entire structure to functions?
What will be the output of x++ + ++x?