Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to initialize a variable at the time it was declared?
How will you delete a node in DLL?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
char ch=10;printf("%d",ch);what is the output
why do some people write if(0 == x) instead of if(x == 0)?
Explain how can I prevent another program from modifying part of a file that I am modifying?
how to find the largest element of array without using relational operater?
What is the output of printf("%d", printf("Hello"));?
What does *p++ do? What does it point to?
What is class and object in c?
How can I remove the trailing spaces from a string?
What is the difference between procedural and functional programming?