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
1
Answer:
5 is the output statement
Similar questions