Is c++ a programming language?


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

Post New Answer

More C++ General Interview Questions

What is setfill c++?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What is the error in the code below and how should it be corrected?

0 Answers  


What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  






How to implement is-a and has-a class relationships?

0 Answers  


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


What is c++ w3school?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


Is c or c++ more useful?

0 Answers  


Categories