C Program to Return the Maximum of Three Numbers
Functions
Easy • 0 votes
📝 Question
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from them.