answersLogoWhite

0


Best Answer

#define biggest (a) > (b) && (a) > (c) ? (a) : (b) > (c) ? (b) : (c)

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a macro to find the biggest of 3 numbers in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find biggest common factor?

Write down the factors of the numbers you're comparing. Choose the largest number that appears on both lists.


Write a cgi application which accepts three numbers from the used and display biggest number using get and post methods?

Find your own answers....sucks mahn


How do you write a c program to find biggest among two numbers using conditional operator?

int max (int a, int b) { return a>b?a:b; }


How. to. write an. algorthim. to find the. sum of. first. 15 natural. numbers?

Write an. Algorthim. To. Find the. Sum. Of. First15 natural. Numbers


Find the sum of the smallest and biggest two-digit composite numbers?

Smallest will be 10 Biggest will be 99


How do you find the biggest of n numbers using pointers in C?

yes


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


How do you find the range mean and the meadian?

Answers down there. range: add the numbers all up and divide how many numbers you have. meadian: put all the numbers in order from smallest to biggest, then find the one in the middle. mean: the biggest minus the smallest. HOPE YOU GET AN A+!!! *************************************************______________________


Can you write an algorithm to find the beast numbers?

maybe


What do you do to find the range of numbers?

you take the biggest number and subtract it by the smallest number.


How do you simplify Ratios?

Find the biggest common factor and divide it by both numbers


How do you find the range in group of numbers?

Take the biggest number and subtract it by the smallest number