What is a character in c++?


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

Post New Answer

More C++ General Interview Questions

What is the fastest c++ compiler?

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


Who was the creator of c++?

0 Answers  


What is a container class?

0 Answers  


What are c++ storage classes?

0 Answers  






Will c++ be replaced?

0 Answers  


What is a breakpoint?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


What is #include iostream?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is array in c++ example?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


Categories