What will be the output of the C program?
#include<stdio.h>
int i = 0;
#define loop for(;i<3; i++)
int main ()
{
char *chegg_ptr = "Chegg";
loop
printf (chegg_ptr + i);
return 0;
}
a) heggegg
b) Cheggheggegg
c) egg
d) CheggCheggChegg
Answers
Answered by
0
rude we don't accept such words
Similar questions