What will be the output of this code?
#include iostream
using namespace std;
int main()
{
void x = 2, y = 4;
int z;
z = x + y;
cout z;
return 0;
}

Posted on by