CPA-21-02 Web TestEngine demo

Exit VCEDump CPA-21-02 CPA - C++ Certified Associate Programmer
Question 4 of 39
0% complete
Q4 Single choice

Which code, inserted at line 12, generates the output "5b"?

#include <iostream>

using namespace std;

namespace myNamespace1

{

int var = 5;

}

namespace myNamespace2

{

char var = 'b';

}

int main () {

//insert code here

return 0;

}

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in