Alternate formast specifiers for long long in C
Posted
by Zammy
on Stack Overflow
See other posts from Stack Overflow
or by Zammy
Published on 2010-03-20T05:06:47Z
Indexed on
2010/03/20
5:11 UTC
Read the original article
Hit count: 473
c
|format-specifiers
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 :-)
© Stack Overflow or respective owner