What will be the output of the program?
#includestdio.h

int main()
{
printf("%c\n", ~('C'*-1));
return 0;
}

Posted on by