Computer Science, asked by Hritzz06, 1 year ago

what is the use of cin >> ; cout << ; headerfiles ; gets, puts, void?

Answers

Answered by thesiddhantsharma
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