#include <iostream> using namespace std; int main(int argc, char *argv[]) { int d = 3 / 0; cout << d; return 0; }
Login in to like
Login in to comment
or Read more about C++ Quizzes
Login in to like
Login in to comment