Share
Some one help me to write the code to find the greatest among three number .
In progress
Programming, C
21 Mar 2025
18 views
Answers ( 2 )
Here is the simple program in c to find the greatest among three number :
You make it short using loop, get user input in array like this
also you can use ternary operator