What are the two shift operators and what are their functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Will the following program execute?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


What is setfill c++?

0 Answers  






Why do we need pointers?

0 Answers  


What is the benefit of learning c++?

0 Answers  


Is c++ a high level language?

0 Answers  


Does there exist any other function which can be used to convert an integer or a float to a string?

0 Answers  


What are c++ manipulators?

0 Answers  


What are c++ tokens?

0 Answers  


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


Categories