Difference between %u and %p format specifiers in C
%p is a format specifier in C programming language used to print the pointer type data. It prints the memory address of the variable in hexadecimal form.
Difference between %u and %p format specifiers in C Read More »