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 bubble sorting.
What is the difference between global variables and local variable
What do you mean by storage classes?
Is it possible for a member function to use delete this?
Why null pointer is used?
What is the use of this pointer in c++?
What is a container class?
What is functions syntax in c++?
Show the declaration for a static function pointer.
Differentiate between the manipulator and setf( ) function?
What is a down cast?
What is #include ctype h in c++?
How can you quickly find the number of elements stored in a dynamic array?
Describe linkages and types of linkages?
Define whitespace in C++.