Which code, inserted at line 12, generates the output "5b"?
#include
using namespace std;
namespace myNamespace1
{
int var = 5;
}
namespace myNamespace2
char var = 'b';
int main () {
//insert code here
return 0;
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!