Answer Posted / valli
main()
{
int n;
printf("enter n:");
scanf("%d",&n);
if(n&(1<<5);
printf("5th bit in %d is set",n);
}
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between null pointer and void pointer.
What is sizeof c?
What is the function of multilevel pointer in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is assignment operator?
What does main () mean in c?
What is a structural principle?
What is scanf () in c?
Can variables be declared anywhere in c?
What is the difference between exit() and _exit() function in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is a static function in c?
What is data type long in c?
What are derived data types in c?