What will be the output of the following C code snippet?
#include <stdio.h>
    void main()
    {
        1 < 2 ? return 1: return 2;
    }

Posted on by