31. Determine Output:
void main()
{
char not;
not = !2;
printf("%d", not);
}
void main()
{
char not;
not = !2;
printf("%d", not);
}