Contenuti del Corso
C++ Intermediate | Mobile-Friendly
C++ Intermediate | Mobile-Friendly
Declaration
For the cat, the function sound()
declaration and call will look:
python
Remember:
you have to declare a function before calling it.
you can declare the function as many times as you want.
You have met functions at the beginning of your C++ programming path. main()
- is the pre-defined function that is used to execute the code.
1. You have to...
2. Every program in c++ contains the function:
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 4. Capitolo 2