What does the following program do?
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:3| Question number:3.37
All Answers
total answers (1)
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:3| Question number:3.37
total answers (1)
Since there is no null character at the end, the program will print all the characters in `
need an explanation for this answer? contact us directly to get an explanation for this answerca
` and continue print whatever in memeory until it find a null character.