Page not loading? Try clicking here.
Placeholder

#9010
Language restricted

<p>Input - Practice Problem 2</p> 1s - MB

Problems

Write a program that declares two variables, assigns 10 and 20 to them respectively, and then swaps the numbers and prints them as shown below. 


Example

20 10

Source

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

You must sign in to write code.