fork download
  1. #include<iostream>
  2. using namespace std;
  3. #define Mahesh "PUNE"
  4.  
  5. printf("Mahesh");
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:5:1: error: C++ requires a type specifier for all declarations
printf("Mahesh");
^
1 error generated.
stdout
Standard output is empty