Answer:
The program in C++ is as follows:
#include <iostream>
#include <vector>
using namespace std;
int main(){
vector<int> intVect;
int n;
cin>>n;
int intInp;
for (int i = 0; i < n; i++) {
cin >> intInp;
intVect.push_back(intInp); }
for (int i = n-1; i >=0; i--) { cout << intVect[i] << " "; }
return 0;
}
Explanation:
This declares the vector
vector<int> intVect;
This declares n as integer; which represents the number of inputs
int n;
This gets input for n
cin>>n;
This declares intInp as integer; it is used to get input to the vector
int intInp;
This iterates from 0 to n-1
for (int i = 0; i < n; i++) {
This gets each input
cin >> intInp;
This passes the input to the vector
intVect.push_back(intInp); }
This iterates from n - 1 to 0; i.e. in reverse and printe the vector elements in reverse
for (int i = n-1; i >=0; i--) { cout << intVect[i] << " "; }
Answer:
c. the number of other web pages that link to them
Explanation:
Ranking of the website on google depends on many factors, such as content of the website, keywords, No. of users visiting the website and also the links that may internal and external links found on the website.
The external links on the website increase the credibility of the website. As the number of external links increases on the website, it looks more credible to the search engine. The search will assign good ranks if the website looks credible.
<em>Page Rank algorithm is used to count the number of external links of the website to rank the website on Google. As much as the No. of links are on website, the website ranks high.</em>
Answer:
a.The server's IP address or hostname.
d.The port number for the application on that server
Explanation:
We can point out that a socket is a tool which contains or which comprises of a pair of value.
Also a socket is an end point which identifies each other. In this case the client connecting to the server.
From the options a and d meets the criteria.
Answer:
"The British" are people statically from Great Britain in the UK.
Answer:
it would be nail key
Explanation
mainly cuz i went to college ad it makes sense ause mettal and metal yw:)