Sprintf Long Int

[Solved] Sprintf Long Int | Perl - Code Explorer | yomemimo.com
Question : sprintf long int

Answered by : blushing-butterfly-4fd5hbjuodqz

unsigned long n;
long m;
printf("%lu %ld", n, m);

Source : https://stackoverflow.com/questions/38561/what-is-the-argument-for-printf-that-formats-a-long | Last Update : Sun, 25 Oct 20

Answers related to sprintf long int

Code Explorer Popular Question For Perl