TomoLink
Medium

What is the output? #include<iostream> using namespace std; int main(){ int arr[]={1,2,3,4,5}; cout<<*(arr+2); }

What is the output? #include<iostream> using namespace std; int main(){ int arr[]={1,2,3,4,5}; cout<<*(arr… | C++ — Output Questions MCQ | TomoLink | TomoLink