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
What is the use of structure in c++?
What does extern mean in a function declaration in c++?
What is Destructor in C++?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
If a header file is included twice by mistake in the program, will it give any error?
Explain dangling pointer.
How can you link a c program with a c function?
What is difference between c++ and c ++ 14?
What does it mean to declare a member function as virtual?
Can you please explain the difference between using macro and inline functions?
What is the difference between a declaration and a definition?
What is bubble sort c++?