Predict the output for following code snippet
char word [30] = "hi" ;
strcat (word,"how are you");
printf("%s", word);
Answers
Answered by
2
Answer:
Answered by
2
Which language is this
Similar questions