Computer Science, asked by mohitzope19, 2 months ago

Write output of following program.
main
1
int k= 35;
printf("\n%d %d %d", k == 35, k = 50, k > 40 );
}​

Answers

Answered by shoaibpasha177
0

Answer:

578877775443231369093505

Answered by shibanipatra65
1

Explanation:

k=("\n%d %d %d", k == 35, k = 50, k > 40):True

Similar questions