The following is a segment of a C program. Use it to answer the question that follows.
{
a=14
b=0;
If(c=a/b) then
printf(“a”,divided by “ b”, “is”, c);
Else
printf(“a”,divided by b is not “, c)
}
Return 0;
}
Rewrite the program segment correctly
 Viewed: 287 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!