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


Please Help Members By Posting Answers For Below Questions

Are iterators pointers?

681


Evaluate !(1&&1||1&&0) a) Error b) False c) True

707


Explain what are single and multiple inheritances in c++?

563


What is abstraction c++?

595


What happens when you make call 'delete this;'?

605






What is endl?

642


Is java the same as c++?

551


What are the characteristics of friend functions?

570


What do the header files usually contains?

638


What are pointer-to-members? Explain.

638


What is a sequence in c++?

587


Keyword mean in declaration?

600


What is pointer to array in c++?

626


What are the basics of local (auto) objects?

636


Write a code/algo to find the frequency of each element in an array?

609