what is the use of cin >> ; cout << ; headerfiles ; gets, puts, void?
Answers
Answered by
1
Cin is used for scanning the input values. Cout is used for outputting by inserting values on output. Header files are used for including all the library pre stored functions. Void is used to mention that we need nothing in return. Gets and puts are used in inputting and outputting strings.
Similar questions