0
What is %ld
4 Respostas
+ 5
int: %d
char: %c
float: %f
I suggest you reviewing the lessons. Basic format specifiers are covered, like int and double: https://www.sololearn.com/learn/C/2914/
+ 2
Format specifier for long int in C.
+ 1
Then what we use for int char and float