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;
}



Identify the error in the following program. #include<iostream.h> void main() { int i ..

Answer / hr

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

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


What is name mangling/name decoration?

0 Answers   Amazon,


dynamic scoping is

0 Answers   Siemens,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Can we call C++ OOPS? and Why

0 Answers  


How to convert integer to string in C++

0 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Without using third variable write a code to swap two numbers.

0 Answers   Accenture,


What is a memory leak in C++?

0 Answers   Agilent,


What is the difference between member functions and static member functions?

0 Answers   Alter,


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Categories