#include<stdio.h>
void main()
{
int a=10,b=10,c;
printf("%d\n",--c);
}

Posted on by