TomoLink
Easy

What is the output? #include<iostream> using namespace std; int main(){ int x=5,y=2; cout<<x/y<<" "<<x%y; }

What is the output? #include<iostream> using namespace std; int main(){ int x=5,y=2; cout<<x/y<<" "<<x%y; … | C++ — Output Questions MCQ | TomoLink | TomoLink