What is the output of the following code?
#include #include "Loan.h" using namespace std;class A{ public: Loan loan; int i;}; int main(){ A a; cout < a.loan.getloanamount()=""><> cout < a.i=""><> return 0;}
{ A a; cout < a.loan.getloanamount()=""><>
cout < a.i=""><> return 0;
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here