can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / anonymous
#include<iostream.h>
void main()
{
}
/*this is also a c++ prog.it is never said dat main body
cannot be empty*/
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Do vectors start at 0?
What is guard code in c++?
Explain stack unwinding.
Why c++ does not have finally?
What is the difference between interpreters and compilers?
Which software is best for c++ programming?
Name four predefined macros.
What does std :: flush do?
What is a modifier in c++?
What are c++ manipulators?
What are the benefits of pointers?
How should runtime errors be handled in c++?
What is the auto keyword good for in c++?
Can we run c program in turbo c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?