Social Sciences, asked by mohitzope19, 2 months ago

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

Answers

Answered by sachinyadav870786
0

Answer:

Write output of following program.

main()

{

int k= 35;

printf ("\n%d %d %d", k == 35, k = 50, k> 40);

}

Similar questions