Computer Science, asked by shilpikushwaha4, 2 months ago

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

rude we don't accept such words

Similar questions