โ Back to Printing
Question 179
Long Integer Output
Long Integer Output
Along n = 1234567890is given. Print it using the%ldconversion: 1234567890 Thellength modifier tellsprintfthe argument is along.
Expected Output:
1234567890
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.