TomoLink
Medium

What is the output? #include<iostream> using namespace std; int main(){ int x=1; if(x=0) cout<<"Zero"; else cout<<"Not Zero"; }

What is the output? #include<iostream> using namespace std; int main(){ int x=1; if(x=0) cout<<"Zero"; e… | C++ — Output Questions MCQ | TomoLink | TomoLink