Basic Data Types

  • + 0 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);