Predict the output of the following code.
int main()
char *ptr ="Kalasalingam";
printf("%c \n", *&*&*ptr);
return 0;
Answers
Answered by
1
Answer:
ERROR will occurred.
Please follow me and mark this ans as Branliest answer.Thank you!
Similar questions