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

Explain what are mutator methods in c++?

567


Mention the ways in which parameterized can be invoked. Give an example of each.

568


What is the difference between object-oriented programming and procedural programming?

689


What happens when the extern "c" char func (char*,waste) executes?

632


How do I tokenize a string in c++?

606






Explain the uses of static class data?

591


Which software is used to run c++ program?

546


Describe the advantage of an external iterator.

612


How do you remove an element from a set in c++?

578


Explain the concept of friend function in c++?

599


give me an example for testing a program showing the test path .show how the test is important and complex.

2417


What are the advantages of pointers?

593


What is c++ stringstream?

599


Which is best ide for c++?

562


How is modularity introduced in C++?

763