You've successfully subscribed to The Poor Coder | Hackerrank Solutions
Great! Next, complete checkout for full access to The Poor Coder | Hackerrank Solutions
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.
Home
Author
Terms
Privacy
About
Tumblr
Pinterest
Enable dark mode
Basic Data Types
Beeze Aal
29.Jul.2020
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 integerLong ("%ld"): 64 bit integerChar ("%c"): Character typeFloat ("%f"): 32 bit real valueDouble ("%lf"): 64 bit real valueReading To read a data type, use the following syntax: scanf("`format_specifier`