What is a syntax in c++?


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

Post New Answer

More C++ General Interview Questions

What are proxy objects in c++?

0 Answers  


Are c and c++ similar?

0 Answers  


What is an opaque pointer?

1 Answers  


What is a sequence in c++?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  






What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


What is a constructor and how is it called?

0 Answers  


Why namespace is used in c++?

0 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


Categories