can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / jasbir singh
void main()
{
if(0)
{
}
}
if you use void with main function, you have no need to
return a value.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is the difference between struct and class?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
How do I write a c++ program?
How do you establish an is-a relationship?
How long it will take to learn c++?
How much maximum can you allocate in a single call to malloc()?
Do you know about C++ 11 standard?
What is a Default constructor?
What is the size of integer variable?
What is the use of class in c++?
Is it possible to have a recursive inline function in c++?
What is data types c++?
Is there structure in c++?
What is endianness?
Differentiate between declaration and definition.