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

Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


What is conversion constructor in C++

0 Answers   TCS,


What is name mangling/name decoration?

0 Answers   Amazon,


What are string library functions(syntax).

0 Answers   Accenture,


CDPATH shell variable is in(c-shell)

0 Answers   Siemens,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


In C++ what is the meaning of data hiding?

0 Answers   Aricent,


What is an abstract class?

6 Answers   Siemens,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Discuss about iteration statements in C++ .

0 Answers   Agilent,


Categories