Computer Science, asked by hacker4899, 6 months ago

c program to restart program if a condition is satisfied

Answers

Answered by adith666
1
Your code is : -


if(a<=0)
{
printf("the program will now terminate\n");
exit(EXIT_FAILURE);
}
Similar questions