QN1 Which of the following is false? a. Cout represents the standard output stream in c++. b. Cout is declared in the iostream standard file c. Cout is declared within the std namespace d. None of above AnswerAnswer: d QN2. What is the only function all C++ programs must contain? A. start() B. system() C….