📚 Practice Mode
Oracle SQL Functions Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond?
- The first argument passed into the program
- You can't define main like that
- The program name
- Null value