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
Differentiate between a deep copy and a shallow copy?
Can we declare a base-class destructor as virtual?
Can I make ios apps with c++?
Should the member functions which are made public in the base class be hidden?
Define stacks. Provide an example where they are useful.
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What would happen on forgetting [], while deallocating an array through new?
What are the sizes and ranges of the basic c++ data types?
Generally variables are stored in heap memory. When he variables are created in stack?
What are the two shift operators and what are their functions?
What are the effects after calling the delete this operator ?
What is a storage class used in c++?