Write a c programe to find of three numbers using if- else nested statement
Answers
Answered by
0
const int big1 = (a > b) ? a : b;
const int big2 = (c > d) ? c : d;
int big = (big1 > big2) ? big1 : big2
Similar questions
Math,
23 days ago
History,
23 days ago
Geography,
23 days ago
World Languages,
1 month ago
English,
9 months ago
Environmental Sciences,
9 months ago
Science,
9 months ago