Format specifiers in C Programming language
Format specifiers in C are used for input and output purposes. Using format specifier the compiler can understand that what type of data is in input and output operation. For example, what type of data is storing in a variable using scanf or printing using printf decide by format specifiers? There are some elements that […]
Format specifiers in C Programming language Read More »









