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 kind of jobs can I get with c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What are c++ variables?
What is c++ & why it is used?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
what is scupper?
Why do we need pointers?
What is the use of setprecision in c++?
What is a multiset c++?
What can I use instead of namespace std?
Explain the concept of dynamic allocation of memory?
What is setf in c++?
What is setbase c++?
Which programming language should I learn first?