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...


Brief explaination about #include<iostream.h>,
cin and cout

Answers were Sorted based on User's Feedback



Brief explaination about #include<iostream.h>, cin and cout..

Answer / geetha

#include<iostream.h> is a header file .it helps to perform
the cin,cout statements.
1.iostream-input output stream.
2.cin is like a scanf statement in "C" but it do not need a
format specification.this also called as right in operator
(ie)scanf("%d,%d",&a,&b)
cin>>a>>b
3.cout is like a printf statement in "C" but it do not need
a format specification.this also called as left out
operator
(ie)printf("%d,%d",a,b)
cout<<a<<b

Is This Answer Correct ?    7 Yes 2 No

Brief explaination about #include<iostream.h>, cin and cout..

Answer / prabakaran

iostream-input and output stream
contain-cin,out(input and output stream)
cin-get data value from user
cout-put data value to screan

Is This Answer Correct ?    5 Yes 0 No

Brief explaination about #include<iostream.h>, cin and cout..

Answer / iyyappan

cin

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More C++ General Interview Questions

List the special characteristics of constructor.

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is the cout in c++?

0 Answers  


How do you flush a buffer in c++?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


Which software is best for coding?

0 Answers  


What is istream c++?

0 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


What is #include iomanip?

0 Answers  


What are the two main components of c++?

0 Answers  


What is a forward referencing and when should it be used?

0 Answers  


Categories