Answer:
Option (D) i.e., cloud computing is the correct answer to the following question.
Explanation:
The following option is correct because cloud computing is a better way to store our application, data, and programs on the internet with privacy and without storing them into the hard drives.
So, that's why the following option is correct. It simple words, cloud computing provides us the facility to store data through the internet without storing them into the drive.
Answer: C) wiki
Explanation:
Wiki is defined as website that is used for updating, adding, eliminating and other editing activities with the help of web browser.This mechanism is a quick technique for modifying content by visitors of the website.Example-Wikipedia etc.
- Other options are incorrect because blog, chat and podcast are not used for manipulation of content present on site through features of adding ,editing etc.
- Thus, the correct option is option(C).
Answer:
Check the explanation
Explanation:
Kindly check the attached images below to the see the step by step explanation to the question above.
#include <iostream>
#include <string>
using namespace std;
int main() {
string userInput;
cout << "Enter word" << endl;
cin >> userInput;
cout << "you entered" << endl;
cout << userInput;
return 0;
}
Answer:
A
Explanation:
I mean, I would say that it's A.
sorry, if it didn't help