What is the output of the snippet
#include stdio.h 
int main(void)
{
int new = 5;
printf("%d", new);
}


Posted on by