Answer Posted / sunil gupta
x=5
x<<2=20
x>>2=1
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Why void main is used in c?
What are control structures? What are the different types?
What is keyword with example?
What is the function of multilevel pointer in c?
Can 'this' pointer by used in the constructor?
How can I do peek and poke in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the total generic pointer type?
What are the general description for loop statement and available loop types in c?
Explain enumerated types in c language?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What does 1f stand for?
What are the types of variables in c?
What is external variable in c?