Can char be a number c++?


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

Post New Answer

More C++ General Interview Questions

What is basic if statement syntax?

0 Answers  


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  


Explain the scope of resolution operator.

0 Answers  


What is a singleton class c++?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,






Is there a c++ certification?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


What is else syntax in c++?

0 Answers  


What are the stages in the development cycle?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


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

0 Answers  


What does std mean in c++?

0 Answers  


Categories