What is the output of the following C code segment ?
int main()
{
int a=0;
a = 5<2 ? 4 : 3;
printf("%d",a);
return 0;
}
Select one:
a. 4
b. 3
c. 5
d. 2
Answers
Answered by
0
Answer:
fshsuehegvebbsyszb3bhsuhzjwnduuxjxsnrbdhdudue
Similar questions
English,
2 months ago
Psychology,
2 months ago
English,
2 months ago
Computer Science,
5 months ago
French,
5 months ago
Math,
11 months ago
Science,
11 months ago