Page not loading? Try clicking here.
Placeholder

#577

Function1 - Self Assessment 7 1s 32MB

Problems

Two different integers are given.

Write a program that inputs two integers, stores the quotient of the larger number divided by 2, stores the quotient of the smaller number multiplied by 2, and then prints it.

(Write a function using call by reference to modify the value and output it in the main function.)


Example

100 500
200 250

Source

자기주도C언어프로그래밍

You must sign in to write code.