Format Specifiers in C Programming Language
h Format Specifier Description %c For character type. %d For signed integer type. %e or %E For scientific notation of floats. %f For float type. %g or %G For float type with the current precision. %i Unsigned integer %ld or %li Long %lf Double %Lf Long double %lu Unsigned int or unsigned long %lli or […]
Format Specifiers in C Programming Language Read More »