int main (int argc, int argv). What does it means | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

int main (int argc, int argv). What does it means

5th Aug 2019, 5:32 PM
Ibrohim
Ibrohim - avatar
4 Answers
+ 12
thank you
5th Aug 2019, 5:53 PM
Ibrohim
Ibrohim - avatar
+ 5
Here are some similar questions : https://www.sololearn.com/Discuss/1496388/?ref=app https://www.sololearn.com/Discuss/1770867/?ref=app but none of the answers in them seem as clear as ~ swim ~ 's one here.
6th Aug 2019, 11:00 PM
Sonic
Sonic - avatar
+ 5
it's the basis for command line argument...
7th Aug 2019, 12:45 AM
Aditya
Aditya - avatar
+ 4
Basically it is arg[ument]c[ounter] arg[ument]v[alues]
6th Aug 2019, 10:45 PM
Loeschzwerg