can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / anonymous
#include<iostream.h>
void main()
{
}
/*this is also a c++ prog.it is never said dat main body
cannot be empty*/
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Write a program to add three numbers in C++ utilizing classes.
When should we use multiple inheritance?
What are punctuators in c++?
Is main a class in c++?
What is the extension of c++?
What is the full form of ios?
Explain shallow copy?
Which bitwise operator is used to check whether a particular bit is on or off?
What do you mean by static variables?
How does the copy constructor differ from the assignment operator (=)?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
How does work in c++?
What does scope resolution operator do?
what is scupper?
What is pure virtual function?