Answer Posted / jitendra nath das
Ans will be
x=5
x<<2=20
x>>2=1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is ## preprocessor operator in c?
What is difference between class and structure?
Explain pointer. What are function pointers in C?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Do you have any idea about the use of "auto" keyword?
What is const volatile variable in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is difference between union All statement and Union?
When should you use a type cast?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Are pointers integer?
What is character constants?
What does the file stdio.h contain?
What is structure in c definition?