#includestdio.h
int main()
{
int i=10;
int j;
j=i;
printf("The value of j is");
printf("%d",j);
}

Posted on by