Which of the following is the correct output?

int main()
{
void k=10;
k++;
printf("%d",k);
}

Posted on by