What is a null statement? When might you use a null statement
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:5| Question number:1
All Answers
total answers (1)
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:5| Question number:1
total answers (1)
A single
need an explanation for this answer? contact us directly to get an explanation for this answer`;`
(semicolon) is a null statement. It is used where the language requires a statement but the program's logic does not.