#include <stdio h>
int main()
{
intx
int y = 4,
X = 24 il y
printf("%d %d", x, y),
return 0
}
1)1 4
2)6 3
3)24 3
4)1 3
Answers
Answered by
0
Answer:
it will give an compile time error as there is no space between int and x.
Explanation:
Similar questions