What is the output of the program.
#includestudio.h
int main()
{
int a = 25%10;
printf("%d", a);

return 0;
}

Posted on by