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
Explain the ISA and HASA class relationships. How would you implement each in a class design?
Which is most difficult programming language?
What is the use of 'this' pointer?
What does override mean in c++?
which is the easy way to divide any integer by 2?
What is a dangling pointer in c++?
What are different types of typecasting supported by C++
What will the line of code below print out and why?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Why seem interrupt handlers as member functions to be impossible?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is "map" in STL?