Why ctype h is used 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 size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


What is the full name of logo?

0 Answers  


Will c++ be replaced?

0 Answers  


What are the static members and static member functions?

1 Answers  


What things would you remember while making an interface?

0 Answers  






What is encapsulation in c++ with example?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


diff between pointer and reference in c++?

1 Answers  


What is a pointer with example?

0 Answers  


Where are setjmp and longjmp used in c++?

0 Answers  


Can we overload operator in c++?

0 Answers  


why can't we declare data member of class auto register or extern

1 Answers  


Categories