English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-19 20:42:03 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

with respect to hardwear

2006-10-19 20:43:41 · update #1

4 answers

There isn't any special hardware to deal with << and >>. They are just ways to stream data from one place to another.

Rawlyn.

2006-10-19 22:34:25 · answer #1 · answered by Anonymous · 0 0

"cin>>" and "cout<<" are the general syntax that is defined in iostream.h file. This is a header file which shows that cin>> is getting input from keyboard and cout<< is printing the string/value on screen.

2006-10-21 09:10:27 · answer #2 · answered by indian 2 · 0 0

cout and cin are objects to two diferent classes... so the mechanism takin place here is operator overloading

2006-10-20 14:41:33 · answer #3 · answered by jonam 2 · 0 0

in case of cout<<"ravi" text string is directed to std output stream causing int...by default std output dtram is minitor..

similarly in case of cin
our c variable accept value from the std inp straem..

2006-10-23 19:33:52 · answer #4 · answered by ankush.mangla 2 · 0 1

fedest.com, questions and answers