Single Choice Not Set

QWhat is the output of this C code?
#include"stdio.h"
void main()
 {
  1 < 2 ? return 1: return 2;
 }

ID: #1201 Data Types in C Language 2,170 views
Question Info
#1201Q ID
Not SetDifficulty
Data Types in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Run time error
  • B Varies
  • C -5
  • D 5
Correct Answer

Explanation

-5

Share This Question

Challenge a friend or share with your study group.