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
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What do you mean by dynamic memory allocation in c? What functions are used?
Why isn't it being handled properly?
what value is returned to operating system after program execution?
Who developed c language and when?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is actual argument?
What is a buffer in c?
What is the difference between c and python?
Can the size of an array be declared at runtime?
List some of the dynamic data structures in C?
What is a program flowchart and explain how does it help in writing a program?
Why doesn't C support function overloading?
How can I invoke another program or command and trap its output?
What does return 1 means in c?