identify which of these is not abuilt in funtion in c++ 1)absc( ) 2)isalpha 3) scanf 4)none of these
Answers
Answered by
1
Answer:
absc() and scanf
Explanation:
Because:
- The function for absolute value is abs(), not absc().
- The scanf function is a function of C, not C++.
Only isalpha() is a valid function of C++ used for checking, whether a character is alphabet or not.
Similar questions
English,
5 months ago
Science,
5 months ago
Biology,
10 months ago
Political Science,
10 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago