why there is no Headerfile named ctype (character type) yet i use it on TURBO C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why there is no Headerfile named ctype (character type) yet i use it on TURBO C++

I was trying to run a program To do a program to find the correct I type in the input by the user but I was unable to do as I was using the header file C type please help me....

19th Dec 2016, 1:53 PM
рдзреБрдВрдЖрдзрд╛рд░ тАв рджреБрдирд┐рдпрд╛рджрд╛рд░ тАв рд╡реНрдпрд╛рдкрд╛рд░
рдзреБрдВрдЖрдзрд╛рд░ тАв рджреБрдирд┐рдпрд╛рджрд╛рд░ тАв рд╡реНрдпрд╛рдкрд╛рд░ - avatar
1 Answer
0
There's no #include<ctype> header file available in C++ instead you can use #include<cctype> or #include<ctype.h>
20th Dec 2016, 3:21 PM
Roopesh Ratakonda