Computer Science, asked by rggokul49, 6 months ago

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 letsrock044
0

Answer:

copy and paste in java and ull get to know

Explanation:

please mark me as brainlist

Similar questions