1 2 3 4 5 6 7
#include<iostream> using namespace std; int main() { cout<<''welcome''; return0; }
1 2 3 4 5
Line 6: error: empty character constant Line 15: error: empty character constant In function 'int main()': Line 5: error: expected `;' before 'welcome' compilation terminated due to -Wfatal-errors.