Year 2 compilers coureswork
/* ##answer: 44 */ int fun1(){ int x = 11; return x; } int main() { int x = 4; return x * fun1(); }