Why is c++ still popular?


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

Post New Answer

More C++ General Interview Questions

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

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


How many different levels of pointers are there?

0 Answers   Genpact,


Why do we learn c++?

0 Answers  






What is meant by const_cast?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


How java is different from c and c++?

0 Answers  


Please post the model question paper of hal?

2 Answers  


what are difference between c and c++?

9 Answers   Accenture,


Can a program run without main?

0 Answers  


How much do c++ programmers make?

0 Answers  


Categories