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,
3 hours ago
Accountancy,
3 hours ago
Physics,
3 hours ago
World Languages,
5 hours ago
English,
7 months ago
Environmental Sciences,
7 months ago
Science,
7 months ago