Computer Science, asked by manishsatya1811, 8 months ago

Predict the output of the following code.
int main()
char *ptr ="Kalasalingam";
printf("%c \n", *&*&*ptr);
return 0;​

Answers

Answered by srajfaroquee
1

Answer:

ERROR will occurred.

Please follow me and mark this ans as Branliest answer.Thank you!

Similar questions