โ Back to Structs
Question 133
Larger Struct Field
Larger Struct Field
A Pair struct with int fields a and b is defined and initialized to {12, 4}. Print whichever field is larger.
Expected output:
12Expected Output:
12
Topics:
Structs
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.