153k views
1 vote
List the preprocessor directive that must be included for cin and cout to

be used in a C++ program?

1 Answer

5 votes

Answer:

Preprocessor directives are lines included in the code of programs preceded by a hash sign ( # ). ... The preprocessor examines the code before actual compilation of code begins and resolves all these directives before any code is actually generated

User Vkurchatkin
by
5.3k points