What happens if the following program is executed in C and C++?
#include stdio.h 
int main(void)
{
int new = 5;
printf("%d", new);
}

Posted on by