C C /C Multiple Choice Questions MCQs :- multiple choice questions and answers. e.g C C MCQS,C C Mock Tests , C C Practice Papers ,C C Sample Test,C C Sample questions

Your Session ID :-Guest718251

Question 1: What is the output of this C code? int main() { int x = 2, y = 0; int z = (y++) ? y == 1 && x : 0; printf("%d ", z); return 0; }

0

1

Undefined behavior

Compile time error

Total MCQS Questions are 15 in this paper C Multiple Choice Questions