A
Q. What will be the output of the following statements ?
Code:
int a=5,b=6,c=9,d; d=(ac?1:2):(c>b?6:8)); printf(“%d”,D.;
- Correct Answer - Option(D)
- Views: 20
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.