1.

If I remove the pointer from main argument like In case of main(int argc, char *argv[]) it will main(int argc, char argv[]) then what is the effect?

Answer»


Discussion

No Comment Found