Quantcast
Channel: QuizMeUp - Argc
Browsing latest articles
Browse All 2 View Live

to what does *argv usually correspond

Multiple choice questionIn the following declaration of main, to what does *argv usually correspond?int main(int argc, char *argv[])

View Article



Function calling main function

Multiple choice questionWhat is the output of the following code:#include <stdio.h> void m(int argc, char *argv[]) {   main(argc,argv); } void main(int argc, char *argv[]) {   if (argc>0)   {...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images