AMU 2025 — Computer PYQ
AMU | Computer | 2025What is output for the program given below?
#include<stdio.h>
void main()
{
int I = 500, j = 1000, k;
k = (i>500 &&j= =1000); FO
printf ("k = %d", k);
}

What is output for the program given below?
#include<stdio.h>
void main()
{
int I = 500, j = 1000, k;
k = (i>500 &&j= =1000); FO
printf ("k = %d", k);
}