What is c++ similar to?


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

Post New Answer

More C++ General Interview Questions

why is iostream::eof inside a loop condition considered wrong?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


What is input operator in c++?

0 Answers  






What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


Is it possible to provide default values while overloading a binary operator?

0 Answers  


Can we get the value of ios format flags?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Difference between linked list and array?

3 Answers  


Can I learn c++ as my first language?

0 Answers  


Categories