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

Post New Answer

More C++ General Interview Questions

What are virtual constructors/destructors?

0 Answers  


What is c++ mutable?

0 Answers  


Eplain extern keyword?

0 Answers  


What is the handle class?

1 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  






What is purpose of new operator?

0 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


Why do we use vector in c++?

0 Answers  


What is c++ try block?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


What is object oriented programming (oop)?

0 Answers  


Categories