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
What is wild pointer in c?
Describe the header file and its usage in c programming?
Why does this code crash?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is difference between scanf and gets?
What is a function simple definition?
What does c value mean?
Combinations of fibanocci prime series
Can you subtract pointers from each other? Why would you?
i want to know the procedure of qualcomm for getting a job through offcampus
What are examples of structures?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are the different file extensions involved when programming in C?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is the use of typedef in structure in c?