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
In header files whether functions are declared or defined?
What is static and volatile in c?
What is the use of f in c?
Explain what is page thrashing?
void main() { int i=5; printf("%d",i+++++i); }
Write a program to find given number is even or odd without using any control statement.
What are pointers really good for, anyway?
Difference between constant pointer and pointer to a constant.
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Explain c preprocessor?
What is the use of bit field?
difference between ordinary variable and pointer in C?