What is the output of the following code in c and c++?
#include stdio.h 
int main(void)
{
int new = 20;
printf("%d", new);
}


Posted on by