How is c++ used in the real world?


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

Post New Answer

More C++ General Interview Questions

diff between pointer and reference in c++?

1 Answers  


What do you mean by ‘void’ return type?

0 Answers  


What are protected members in c++?

0 Answers  


What is the use of vtable?

0 Answers  


Are vectors faster than arrays?

0 Answers  






What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


When do we run a shell in the unix system?

0 Answers  


How to avoid changing constant values?

2 Answers   Symphony,


What is the difference between containment and delegation?

0 Answers  


write infinite loop in C++ which does not use any variable or constant?

3 Answers  


What is the Standard Template Library?

1 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Categories