1.Out put of the code snippet 
#include <stdio.h>
void main()
{
int a,b;
printf("enter the value of a and b\n");
scanf("%d%d",&a,&b);
printf("%d",++a);
}

Posted on by