how to take multiple input from user in c 2b 2b

Solutions on MaxInterview for how to take multiple input from user in c 2b 2b by the best coders in the world

showing results for - "how to take multiple input from user in c 2b 2b"
Bryan
17 Jan 2020
1int a , b;
2cin >> a >> b;