Answer Posted / sagar
bitwise shift operators are >>,<<
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
With the help of using classes, write a program to add two numbers.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain enumerated types in c language?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What does static variable mean in c?
What is an array in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the size of array float a(10)?
What is an expression?
What is a ternary operator in c?
Can a pointer be volatile in c?
Explain the use of keyword 'register' with respect to variables.
What are identifiers in c?
What will the preprocessor do for a program?