int main(int *argc ,char const *argc)
what is the purpose of writing this in the int main() ?
int main(int *argc ,char const *argc)
what is the purpose of writing this in the int main() ?
@archa_1712 hey , basically these two parameters in main functiom are use to take input from command line argument or when we run programme in command line ,you don’t have to write these parameters in compiler just write int main()
okay!..



