Computer Science, asked by shindepraneet005, 5 days ago

What is the output of the C Program.?
int main()
{
int a=0;
a = (5>2)?:8;
printf("%d"",a);
return 0;
}​

Answers

Answered by powarpranav1986
0

Explanation: It is called Passing a variable by reference

Similar questions