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 is the auto keyword good for in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
List different attributes in C++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Which is the best c++ software?
What is c++ coding?
what Is DCS ? what i will get benefit when i did?
Out of fgets() and gets() which function is safe to use?
What happens if a pointer is deleted twice?
What is the best it certification?
How many characters are recognized by ANSI C++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Does c++ cost money?
How can I learn c++ easily?
What is string in c++ programming?