Hackerrank
Hackerrank Basic Data Types Solution
Some C++ data types, their format specifiers, and their most common bit widths are as follows: * Int ("%d"): 32 Bit integer * Long ("%ld"): 64 bit integer * Char ("%c"): Character type * Float ("%f"): 32 bit real value * Double ("%lf"): 64 bit