logo

Crowdly

Browser

Add to Chrome

Adott a következő kód, a lenti állítások közül melyik IGAZ? int& foo(int a, char...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Adott a következő kód, a lenti állítások közül melyik IGAZ?

int& foo(int a, char c) {

    return a;

}

int main() {

    const int a = 2;

    foo(a, 'c')++;

    return 0;

}
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on edu.vik.bme.hu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome