1### Compilation failed: 2 3error: 2: type mismatch: '==' cannot operate on 'void', 'void' 4void b(int i) { c(i)==c(i); } 5 ^^^^^^^^^^ 61 error 7