Question: What type of error will be shown for the C program below? 345 #include int main() int n = 9, div = e; //
What type of error will be shown for the C program below? 345 #include int main() int n = 9, div = e; // wrong Logic // number is divided by 0, // so this program abnormally terminates div-> n/e; printf("resut-%d", div); 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
