C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 6 Topic 1 Discussion

C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 6 Topic 1 Discussion

CPA-21-02 Exam Topic 1 Question 6 Discussion:
Question #: 6
Topic #: 1

What will be the output of the program?

#include

using namespace std;

int main()

{

const int y = 5;

const x = ?10;

cout<

return 0;

}


A.

?10 5


B.

5 ?10


C.

Compilation error


D.

None of these


Get Premium CPA-21-02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.