Computer Science, asked by ansar52, 5 months ago

What is the output of C Program with Strings?
int main()
{
char string1[]="GITAM";
printf("%s", stringi);
return 0;}
A.GITAM
B.Error
C.GIT
D.G

Answers

Answered by shivam6858
0

Answer:

*ptr!='/0' is the main part of traversing the c string

Similar questions