What will be the output of the
program (sample.c) given below
if it is executed from the
command line?
cmd> sample friday tuesday
sunday
/* sample.c*
#include<stdio.h>
int main(int argc, char *argvll)
{
printf("%c", **++argv);
return 0;
}
Answers
Answered by
0
Answer:
copy and paste in java and ull get to know
Explanation:
please mark me as brainlist
Similar questions
Computer Science,
3 months ago
Physics,
3 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Math,
11 months ago
Computer Science,
11 months ago
Science,
11 months ago