Saved Bookmarks
| 1. |
Symbol is used terminate each statement of c language |
|
Answer» ONG>Answer: In a C program, the semicolon is a statement TERMINATOR. That is, each individual statement must be ended with a semicolon. It indicates the END of one logical ENTITY. |
|