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 implicit pointer in c++?
What is virtual methods?
What happens if a pointer is deleted twice?
What is difference between c++ and c ++ 14?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
what is the use of void main() in C++ language?
What is helper in c++?
What do you mean by const correctness?
How do you print a string on the printer?
Does c++ have string data type?
Is recursion allowed in inline functions?
What is the difference between a reference and a pointer?
Who created c++?
What is constructor in C++?
What is the difference between interpreters and compilers?