In which header file does one find isalpha()
a) conio.h
b) stdio.h
c) ctype.h
No Answer is Posted For this Question
Be the First to Post Answer
Difference between shift left and shift right?
Is string an object in c++?
What is constructor c++?
How are virtual functions implemented in c++?
What apps are written in c++?
Why is c++ difficult?
What is the use of pointer in c++ with example?
Can a program run without main in c++?
What are the various situations where a copy constructor is invoked?
What is #include iostream h in c++?
what is the use of Namespace in c++.
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3