Computer Science, asked by devshreeverma98, 8 months ago

2. which function is used to find the largest amongst given numbers​

Answers

Answered by Anonymous
2

printf ( "%d is the largest number." , B); if (C >= A && C >= B) Output: Enter the numbers A, B and C: 2 8 1 8 is the largest number.

Similar questions