write a c program to change only the 3rd bit of the
particular number such that other bits are not affected..
if bitnum=10(say.. it can be any no..
Answer Posted / ravikumar
14
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
show how link list can be used to repersent the following polynomial i) 5x+2
Explain what is wrong with this statement? Myname = ?robin?;
Where are c variables stored in memory?
What is the difference between pure virtual function and virtual function?
Explain what is wrong with this program statement?
What are the advantages of c preprocessor?
Explain the advantages and disadvantages of macros.
What is define directive?
How many levels of pointers can you have?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is scanf () in c?
How can you allocate arrays or structures bigger than 64K?
Describe the header file and its usage in c programming?
How can I call a function with an argument list built up at run time?
what is the function of pragma directive in c?