JAMIA 2023 — Computer PYQ
JAMIA | Computer | 2023For this kind of declaration of main() function in a C program ‘copy.C’: int main(int argc, char *argv[ ]) {-} and this call of main function at command prompt:
C:\tc\bin>copy file 1 file2 file3
What will be the value passed in parameter argc ?

