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 linked list in c.
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 is c programming structure?
What is a union?
Explain void pointer?
What does %c mean in c?
Explain About fork()?
What is the heap in c?
How can variables be characterized?
What is the difference between procedural and functional programming?
What is a list in c?
What is f'n in math?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is pointer and structure in c?
What are the data types present in c?