M
m sergei
main(int argc, char *argv[])
the second parameter, argv, to function main takes a pointer to an array.
can we also write it in terms of a reference rather than a pointer ? (like &..)
the second parameter, argv, to function main takes a pointer to an array.
can we also write it in terms of a reference rather than a pointer ? (like &..)