0
%lu , %ld
why do we use the above 2 types in c language? I know %d, %c , %f and %c . but I don't know %lu and %ld. which data types get them?
3 Respostas
0
Piyumi Nadeesha Weerarathna Sure, anytime
+ 1
%lu is long unsigned int & %ld is for long int specifier
0
zexu knub thank you sir❤️