MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is type declaration statement in C? |
| A. | int bar |
| B. | s = s + 1 |
| C. | king = horse + 1 |
| D. | prin = prin * prin |
| Answer» B. s = s + 1 | |