Computer Science, asked by dhanajidesai10, 8 months ago

3. What is the output of the statement.?
int main()
{
int a=0;
a = 5(2 ? 4:3;
printf("%d",a);

return 0;
}*​

Answers

Answered by mohdanasmkn
1

Answer:

5 is the output statement

Similar questions