+ 1
i think that i don't have to add ! after each cout statement , do u think so ?
11 Answers
+ 2
it is necessary end every statement with ; but ! is not necessary đđđđđ
+ 2
yeh, it's not necessary (!), just ( ; ) use.
+ 1
no its not neceesary to add exclamation marks after each statement but u need to add semicolon(;) after end of each statement otherwise compiler will ignore it and it will be shown a termination error on the display screen
+ 1
Yes " ; " is needed. " ! " is not needed
+ 1
yes semicolon is necessary because without it comiler doesn't understand your condition and show error
0
No absolutely not. It's not necessary at all. But the semicilon ; must be used to end every logical statement that you write . It's called TERMINATOR
0
; it is very necessary but ! is not, u can try the hello world program without !, to be assured!đ
0
! is not necessary but ; is essential
0
; is necessary at the end of every statement
0
The! is not needed. in fact if you add it after writing a statement and u run it,u will get an error. example. cout<<"Hello";!
0
; is a must at the end of statements ! optional