/ * Consider a program here */

main()
{
int a=7;
~a;
printf("%d",a);
}
output=?