You are viewing a single comment's thread. Return to all comments →
Perhaps Hackerrank people who created this course need to pass the certification themselfs before being hired.
This is NOT C++ this is C:
char ch; double d; scanf("%c %lf", &ch, &d);
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Basic Data Types
You are viewing a single comment's thread. Return to all comments →
Perhaps Hackerrank people who created this course need to pass the certification themselfs before being hired.
This is NOT C++ this is C: