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 the stack?

5 Answers   IBM, ICICI,


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


What are smart pointers?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the sequence of destruction of local objects?

0 Answers  






What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


Is set c++?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


Explain the volatile and mutable keywords.

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


Categories