Answer:
The program to the given statement can be defined as follows:
Program:
//header file
#include <stdio.h> //defining header file
int main() //defining main method
{
int k; //defining integer variable k
for (k=1;k<=97;k++) //defining for loop
{
printf("*"); //print value asterisks
}
return 0;
}
Output:
*************************************************************************************************
Explanation:
Firstly, the headers file is included in the above C-language, and then the main method is described and all computations are performed with this method, which can be described as follows:
- Inside the main method, an integer variable k is declared.
- In the next line, the for loop is declared, which uses the variable k, which starts from 1 and ends when the value of k is less than equal to 97, inside the loop, it will print asterisks.
The answer is perspective, because you need a point of view (perspective) in order to make a design, a great design/
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:
filetype:xml AND site:example.Com
Explanation:
For this specific scenario, we will use three advanced google's search modifiers: filetype, site & AND
filetype:<em>[abc]</em>
Limit results to files matching the [<em>abc</em>] extension, like <em>pdf</em>, <em>txt</em>, <em>jpeg</em>. In this example xml.
site:<em>[domain]</em>
Limit results to websites containing the [<em>domain</em>] in the url, like .edu, <em>.gov</em>, <em>.brainly.com</em>. In this example example.com.
<em>[condition1] </em>AND <em>[conditon2]</em>
Limits results to those matching both conditions joined by the <em>AND. </em>In this example, the search results must match both filetype AND site domain.
Joining all conditions in a single query:
filetype:xml AND site:example.Com