Is there amy other format specifiers of long long in C other than %lld which can be safely used in scanf ?
I am aware that %lld does it's job fine,i am just inquisitive :-)
Is there amy other (alternative) format specifiers for long long in C other than %lld which can be safely used in scanf under gcc?
I am aware that %lld does it's job fine,i am just inquisitive :-)