#include int main() { int n = 15, m = 8; printf("%d\n", printf("%d %d ", n, m)); }
15 8 5
Previous Question Next Question
Your comments will be displayed only after manual approval.