What is input operator in c++?


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

Post New Answer

More C++ General Interview Questions

What are c++ redistributables?

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


What is function overriding?

1 Answers  


Please explain class & object in c++?

0 Answers  


How size of a class can be calulated?

2 Answers  


What is an inline function in c++?

0 Answers  


What is c++ runtime?

0 Answers  


What c++ is used for?

0 Answers  


What is long in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Categories