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
What is the use of define in c?
Explain bitwise shift operators?
Can you please explain the difference between syntax vs logical error?
Did c have any year 2000 problems?
What are the application of void data type in c?
What do you understand by friend-functions? How are they used?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the difference between procedural and functional programming?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How to write c functions that modify head pointer of a linked list?
What is a dynamic array in c?
Explain what is wrong with this program statement?
write a program to display all prime numbers
What are the 3 types of structures?
Explain the use of #pragma exit?