Computer Science, asked by nikhilsai2403, 12 days ago

Predict the output of the program
Van
#include <stdio.h>
int main()
{
int x;
x = 5 > 8 2 10 : 1 != 25 ? 29 : 38;
printf("value of x: %d", x);
return 05
}
Value of x:10
Value of x:30
Value of x:1
Value of x:20
Question​

Answers

Answered by kaul84168
0

Answer:

post correct question⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉⁉

Similar questions