What is the c++ programming language used for?


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

Post New Answer

More C++ General Interview Questions

What does obj stand for?

0 Answers  


What are dynamic type checking?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  






What is atoi in c++?

0 Answers  


Can char be a number c++?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


How is static data member similar to a global variable?

0 Answers  


What is the best c++ compiler?

0 Answers  


Categories