Who created c++?


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

Post New Answer

More C++ General Interview Questions

Difference between const char* p and char const* p?

1 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


What is a syntax in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


What is function overloading c++?

0 Answers  






What is abstraction in c++ with example?

0 Answers  


What are smart pointer? Whats its use?

1 Answers   CTS,


What are the advantages and disadvantages of using inline and const?

2 Answers   Polaris, TCS, Zimmer Biomet,


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


When to use Multiple Inheritance?

6 Answers  


How many different levels of pointers are there?

0 Answers   Genpact,


Categories