Question 12:
int main(){ int a = 1, b = 2, c = 3; c = a == b; printf("%d", c); return 0; }
o 3
02
o o
0 1
Answers
Answered by
0
Answer:
didn't understood the question???
Similar questions