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
Explain the problem with overriding functions
What is the header file for setw?
Can member functions be private?
Define a pointer to a data member of the type pointer to pointer?
How the virtual functions maintain the call up?
What are arrays c++?
What is iomanip c++?
What is rtti in c++?
What is Destructor in C++?
Define stacks. Provide an example where they are useful.
What kind of problems can be solved by a namespace?
What are pointers used for c++?
You want to link a c++ program to c functions. How would you do it?
What's the most powerful programming language?
Why is c++ a mid-level programming language?