Q. printMax(3, 4)

  • (A) 3
  • (B) 4
  • (C) 4 is maximum
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) 4 is maximum
Explanation: here, we define a function called printmax that uses two parameters called a and b. we find out the greater number using a simple if..else statement and then print the bigger number.

Explanation by: Mr. Dubey
here, we define a function called printmax that uses two parameters called a and b. we find out the greater number using a simple if..else statement and then print the bigger number.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate