Computer Science, asked by gnanadeepikachowdary, 6 months ago

#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 vijayghore
0

Answer:

it will give an compile time error as there is no space between int and x.

Explanation:

Similar questions