CUET PG 2021 — Computer PYQ
CUET PG | Computer | 2021What happens if the following program is executed in C and C++?
#include <stdio.h>
Int main(void)
{
Int new = 1;
printf (“%d”, new);
}

What happens if the following program is executed in C and C++?
#include <stdio.h>
Int main(void)
{
Int new = 1;
printf (“%d”, new);
}