A
Q. What should be the output?
Code:
int main() {
int new = -10;
cout<<"new is: "<<new;
return 0;
}
int new = -10;
cout<<"new is: "<<new;
return 0;
}
- Correct Answer - Option(D)
- Views: 81
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.