Write output of following program.
main
1
int k= 35;
printf("\n%d %d %d", k == 35, k = 50, k > 40 );
}
Answers
Answered by
0
Answer:
578877775443231369093505
Answered by
1
Explanation:
k=("\n%d %d %d", k == 35, k = 50, k > 40):True
Similar questions