#include <stdio.h> void main() { double var = 4 % 0 * 1 - 6 / 3; printf("%lf", var); }
Floating point Exception
Previous Question Next Question
Your comments will be displayed only after manual approval.