VITMEE 2023 — Computer PYQ
VITMEE | Computer | 2023What is output of following program :
# include <stdio.h>
int main ( )
{
int 𝑝=1
int 𝑞=2;
𝑝=𝑝==𝑞;
Printf ( “%𝑑%𝑑",𝑝,𝑞)
return 0 ;
}

What is output of following program :
# include <stdio.h>
int main ( )
{
int 𝑝=1
int 𝑞=2;
𝑝=𝑝==𝑞;
Printf ( “%𝑑%𝑑",𝑝,𝑞)
return 0 ;
}