can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / rayn
#define SEMICOLON ;
int main()
{
cout << "Hello World!\n" SEMICOLON
return 0 SEMICOLON
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Will c++ be replaced?
What is a hash function c++?
What is the difference between containment and delegation?
Is c++ the best programming language?
How do you save a c++ program?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Do the parentheses after the type name make a difference with new?
How the endl and setw manipulator works?
Explain shallow copy?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Explain data encapsulation?
What is the main purpose of c++?
What are c++ files?
What are maps in c++?
What is the full form of dos?