+ 1

What is the simplest example of function used in c++

C++

4th Sep 2019, 12:26 PM
Ravi Kumar
Ravi Kumar - avatar
2 Answers
+ 2
Ravi Kumar C++ course of sololearn includes very simple examples of function : https://www.sololearn.com/learn/CPlusPlus/1635/?ref=app
4th Sep 2019, 1:37 PM
Daljeet Singh
Daljeet Singh - avatar
+ 1
Probably a function that does absolutely nothing: void f() {} I'm not sure if this helps you a lot though. ;-) Please follow up on what you really want to know.
4th Sep 2019, 3:14 PM
HonFu
HonFu - avatar