What is #include ctype h in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are manipulators used for?

0 Answers  


Why struct is used in c++?

0 Answers  


What is "strstream" ?

1 Answers   Huawei,


write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


Which compiler does turbo c++ use?

0 Answers  






catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,


What is prototype in c++ with example?

0 Answers  


List the special characteristics of constructor.

0 Answers  


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


Is c++ the hardest programming language?

0 Answers  


Categories