fork download
  1. bool fcn1(int, int);
  2. bool fcn2(int, double);
  3. bool fcn3(int x=0,int y=0);
  4. bool fcn4(int x-0, my_class y(constructor varabls));
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:16: error: expected ‘,’ or ‘...’ before ‘-’ token
 bool fcn4(int x-0, my_class y(constructor varabls));
                ^
stdout
Standard output is empty