find errors
int g=6,h;
g>=5 ? b=100 : b=200;
printf(“%d\n”,b)
Answers
Answered by
0
Answer:
Error: L value required for b" comes? ... int a = 10, b; a >=5 ? ( b=100): (b=200); printf("%d\n", b); ... the condition result in any variable. see below example
Explanation:
PLEASE MARK AS BRAINLIST
Similar questions
Math,
2 months ago
Science,
2 months ago
Political Science,
5 months ago
English,
10 months ago
Political Science,
10 months ago
Hindi,
10 months ago