Can you guess the output of the following C Code given below??
#include stdio.h
int main()
{
printf("%d", printf("New ton"));
return 0;
}


Posted on by