C - Basics and Execution Environment
You want to write a C program that accepts command-line arguments. Which is the correct main function signature to access them?
int main(int argc, char *argv[]). Others have wrong order, types, or return type.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions