Where can I run c++ program?


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

Post New Answer

More C++ General Interview Questions

the first character in the variable name must be an a) special symbol b) number c) alphabet

0 Answers  


What is c++ similar to?

0 Answers  


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


Define a conversion constructor?

0 Answers  


When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  






iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


What is the difference between #import and #include in c++?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


What do you mean by function and operator overloading in c++?

0 Answers  


Categories