What is the output of the following program
int main()
{
int a=0,b;
a=(5>2)?b=6:b=8;
printf("%d %d",a,b);
return 0;
}
Answers
Answered by
0
Answer:
ggslhxgkskywitKgzhkxdmbx
Similar questions