Program to display greater number:
#include <iostream> <em>// Needed to perform IO operations </em>
#include<conio.h> <em> // header file</em>
using namespace std;
int main() //start of the program
{
int a , b =0; //initialising the two integer variable
cout<< "Enter first number"<<endl;
cin >> a; //user's first number
cout<< "Enter second number"<<endl;
cin >> b; //user's second number
if (a>b) //comparing the two integers input by user
cout<< a << "is greater than" << b; //display the greater number
else
cout<< b << "is greater than" << a;
return 0; // exist
}
Answer:
The answer is below
Explanation:
The advantages of providing the MSRN as opposed to the address of the VLR to the HLR is:
1. It leads to provision of value at a faster rate without querying the VLR.
2. Refreshing of the MSRN in the HLR would not be necessary.
The disadvantages of providing the MSRN asopposed to the address of the VLR to the HLR is
1. It would require value update of MSRN in HLR each time MSRN changes.
well you can use phishing which is a process of creating a duplicate copy of a reputed website’s page in the intention of stealing user’s password or other sensitive information like credit card details.
I don't know if it will work but who knows