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
Is eclipse good for c++?
What is array give example?
What is string in c++ programming?
Why is c++ still best?
How do pointers work?
How many static variables are created if you put one static member into a template class definition?
What does return 0 do in c++?
Write a program to find the Fibonacci series recursively.
Write a Program to find the largest of 4 no using macros.
What is the difference between the parameter to a template and the parameter to a function?
Can a new be used in place of old mallocq? If yes, why?
What is the purpose of ios::basefield in the following statement?
What are the benefits of operator overloading?
What do you mean by a template?
how to connect with oracle 9i with server in socket program in c/c++