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
What is constant in c++ with example?
Why should you learn c++?
What are the benefits of operator overloading?
Why is "using namespace std;" considered bad practice?
Out of fgets() and gets() which function is safe to use?
Why would you use pointers in c++?
Difference between pointer to constant vs. Pointer constant
Why was c++ made?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What are c++ stream classes?
Write a program which employs Recursion
what is Member Functions in Classes?
Differences between private, protected and public and give examples.
What is meant by the term name mangling in c++?
Describe private, protected and public – the differences and give examples.