CS Electrical And Electronics
@cselectricalandelectronics

In the following statement cout is ___ and << is ____ ?

All QuestionsCategory: Cpp LanguageIn the following statement cout is ___ and << is ____ ?
Anonymous asked 3 years ago

std::cout << “hello\n”;
 
Options:
 

  1. Keyword, operator
  2. Object, operator
  3. Object, operator
  4. Keyword, special symbol