Difference between %d and %i format specifier in C language
Hello, readers welcome to new post. Today we will discuss Difference between %d and %i format specifiers in C language. In C language of programming %d and %i are called formate specifiers. %d was used to specify the variable type as decimal and %i used for integer specification. Note: %d is used to specify signed decimal…
Details