Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Identify the error in the following program.
#include<iostream.h>
void main()
{
int i = 0;
i = i + 1;
cout « i « " ";
/*comment *//i = i + 1;
cout << i;
}

Answer Posted / hr

/* comment*//i=i+1; -> Syntax error

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ostream in c++?

969


Write syntax to define friend functions in C++.

1017


What is c++ and its features?

984


What is a superclass in oop?

1124


List different attributes in C++?

1029


How is objective c different from c++?

1204


What is object-oriented programming? Webopedia definition

1200


Which is most difficult programming language?

1043


What is flush programming?

960


Can we create object of abstract class?

1042


What are different types of loops in c++?

1087


What does iomanip mean in c++?

1148


What's the hardest coding language?

952


Which is best ide for c++?

979


Can the creation of operator** is allowed to perform the to-the-power-of operations?

959