VITMEE 2023 — Computer PYQ
VITMEE | Computer | 2023What will be output of following program.
# include < stdio. ℎ>
int main ( )
{
int i=2;
{
int 𝑖=4,𝑗=5
printf(“%d%d",i,j)
}
printf ( “ %𝑑%𝑑",i,j);
}

What will be output of following program.
# include < stdio. ℎ>
int main ( )
{
int i=2;
{
int 𝑖=4,𝑗=5
printf(“%d%d",i,j)
}
printf ( “ %𝑑%𝑑",i,j);
}