Answer:
a pseu code is a is an artificial and informal language that helps programmers develop algorithms.
Explanation:
The JavaScript DOM defines items on a web page such as graphics, tables, and headers as objects.
Answer:
Intelligence is the correct answer.
Explanation:
Because the high-risk intelligence is the complicated warning that can be involved in recognizing those vendors who update the following and apply it to the exposure in which defenses have been founded to work against the particular report of the vulnerability. So, that's why the following answer is not false.
Is it where you can pick multiple answers
Answer:
The option(B) is the correct answer .
Explanation:
In C++ the // (two slash marks ) indicating the beginning of a comment .The two slash marks ( // ) comment the single line in a program.To use two slash marks ( // ) comment we simply write // in which line we have to make comment.
following are the example of code in c++
#include<iostream.h> // header file
void main() // main method
{
cout<< " india"; // print india
}
here // indicating the beginning of a comment .