Friend Function in C++ Friend Function in C++ AΒ friend classΒ can access private and protected members of other classes in which it is declared as […]
Read moreTag: programming for beginners
REVERSE A NO IN C++
REVERSE A NO IN C++ REVERSE A NO IN C++ #include<iostream> using namespace std; int main(){ int n; cin>>n; int reverse=0; […]
Read more
Recent Comments