It's D because all of this are TRUE.
Answer:
# include <conio.h>
# include <iostream.h>
using namespace std;
main{
int a[25], sum;
cout<<"enter the values in array a";
for (int i=0; i<= 24 ; i++)
{
cin>>a[i];
}
sum =0;
for (int j=0; j<=24 ; j++)
{
sum= sum + a[j];
}
cout<< sum;
getch ();
}
Answer:
W
X
After that an error would print and error
Explanation:
the last two statements are missing "ln"
Answer:
1G
Explanation:
1 'G' as in first generation.
Hope this helped. :)
The level of information sharing on the web that are mainly collected through web cookies, caches, and browsing history of a web browser is referred to as Internet privacy: True.
A web browser can be defined as a software program that is typically designed and developed for viewing a HTML document or browsing the Internet.
An Internet privacy refers to the level of privacy protection an end user has while browsing the Internet, especially with reference to the vast range of protocols, technologies, and frameworks (concepts) that are deployed.
This ultimately implies that, Internet privacy relates to the level of information sharing on the web that are mainly collected on a web browser through the following means:
Read more: brainly.com/question/3840341