What is the basic difference between C and C++?


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

Post New Answer

More C++ General Interview Questions

What is abstraction in c++ with example?

0 Answers  


Where must the declaration of a friend function appear?

0 Answers  


What is std :: endl?

0 Answers  


What are the storage qualifiers?

0 Answers  


What are c++ templates used for?

0 Answers  






What are abstract data types in c++?

0 Answers  


What is the size of integer variable?

0 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


Categories