Wen is a default agreement value used inside a function? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Wen is a default agreement value used inside a function?

Please answer this on the basis of C++

17th Nov 2018, 2:57 PM
Srija Sarkar
Srija Sarkar - avatar
1 Antwort
+ 3
Did you mean 'default argument'? If that is the case, the default value of an argument is used when no value is specified for the parameter when the function is called. Have a look at the lesson from the C++ course: https://www.sololearn.com/learn/CPlusPlus/1639/
17th Nov 2018, 3:22 PM
Shadow
Shadow - avatar