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
What c++ is used for?
Are strings immutable in c++?
What are mutator methods in c++?
What is scope in c++ with example?
What is the basic of c++?
What can c++ be used for?
Explain storage qualifiers in c++.
Why c++ is the best language?
What is c++ w3school?
What is the purpose of templates in c++?
Can java be faster than c++?
Comment on c++ standard exceptions?
How java is different from c and c++?
Do you know what are pure virtual functions?
Explain the use of this pointer?