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

What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


Can we call a virtual function from a constructor?

1 Answers  


Can we provide one default constructor for our class?

0 Answers  


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


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

0 Answers   Alter,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


Factory Method C++ – How to delete pointers returned by it

0 Answers  


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


Categories