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
What are the features of the c language?
What is bss in c?
Can you write the algorithm for Queue?
Explain what is the difference between the expression '++a' and 'a++'?
What is c standard library?
praagnovation
Write a program in c to replace any vowel in a string with z?
What is stack in c?
What does the function toupper() do?
What does the format %10.2 mean when included in a printf statement?
What is the symbol indicated the c-preprocessor?
What is wrong with this initialization?
Where we use clrscr in c?
What is wrong with this code?
What is #line in c?