1.What is output of the code
#include <stdio.h>
void main()
{
int a,c;
printf("enter the value of a and c\n");
scanf("%d%d",&a,&c);
printf("%d",c--);
}

Posted on by