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
tell me about yourself ?i want answer for frehers with various exasmples?
without if else statement can be written ah
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What do you mean by inheritance in c++? Explain its types.
What is a lambda function c++?
What do nonglobal variables default to a) auto b) register c) static
can output 5 students using one dimensional array
What does it mean to declare a destructor as static?
What do you mean by global variables?
What is abstract class in c++?
What are arithmetic operators?
What do you mean by function pointer?