Question

    Trace the output int main() { int a=12,b=39; printf

    ("%d",a&b); return 0; }
    A 468 Correct Answer Incorrect Answer
    C 4 Correct Answer Incorrect Answer
    D 14 Correct Answer Incorrect Answer
    E none of these Correct Answer Incorrect Answer

    Solution

    The correct answer is C

    Practice Next
    ask-question