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
What 'lex' does?
What is equivalent to ++i+++j?
i want to job in your company, so how it will be possible.
What is file in c preprocessor?
Why static variable is used in c?
What is the relation between # and include<stdio.h>
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Is javascript written in c?
How can you avoid including a header more than once?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How does C++ help with the tradeoff of safety vs. usability?