1.

A list of C++ built-in functions are given. Classify them based on the usage and prepare a table with proper group names.strcmp() sin() getch() isalpha() pow() puts() strcat() tolower() getchar() isalnum() sqrt() exp() write() 

Answer»
String FunctionsMathematical FunctionsCharacter FunctionsI/O Functions
strcmp()sin()isalpha()getch()
strcat()pow()isalnum()puts()
sqrt()tolower()getchar()
exp()write()d


Discussion

No Comment Found

Related InterviewSolutions