cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Question
Question
Jan 23, 2014 at 4:18am UTC
ace799
(9)
This is just a practice test I found online to prepare for a class that starts on the 27th. Most of the questions I can find on google but this one has stumped me.
The expression !isdigit(ch) evaluates to nonzero if ch is ________.
A) an alphabetic character
B) 9
C) &
D) both A and C
E) None of the above
Jan 23, 2014 at 4:25am UTC
ace799
(9)
nvm figured it out.
Jan 23, 2014 at 4:25am UTC
Zhuge
(4664)
Do you know what isdigit() does with its argument? And what it returns?
Topic archived. No new replies allowed.