Why do we learn c++?


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

Post New Answer

More C++ General Interview Questions

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is the use of map in c++?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


Why namespace is used in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  






What is virtual destructor? What is its use?

0 Answers  


What is dangling pointers?and what is memory leak?

5 Answers  


What does new do in c++?

0 Answers  


What is a dynamic binding in c++?

0 Answers  


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,


What is long in c++?

0 Answers  


What's the hardest coding language?

0 Answers  


Categories