C Functions Question:
Download Job Interview Questions and Answers PDF
Explain bitwise shift operators?
Answer:
The bitwise operators are used for shifting the bits of the first operand left or right. The number of shifts is specified by the second operator.
Download C Functions Interview Questions And Answers
PDF
Previous Question | Next Question |
Can you please explain the difference between exit() and _exit() function? | What is use of bit field? |