print long long
Posted: Sat Aug 06, 2005 11:36 pm
How can I output a long long?
I got something like this,
long long result;
... somecalculation
printf(???,result);
how can I print the result?
I got something like this,
long long result;
... somecalculation
printf(???,result);
how can I print the result?