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
Describe the steps to insert data into a singly linked list.
Why is event driven programming or procedural programming, better within specific scenario?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are different types of pointers?
When should a type cast not be used?
What are actual arguments?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are the types of pointers?
Is struct oop?
What is getch c?
What is typedef struct in c?
What is the difference between test design and test case design?
How can I find out if there are characters available for reading?
What are high level languages like C and FORTRAN also known as?
What is dynamic dispatch in c++?