Answer:
the statement which assigns value to variable is called <u>Assignment </u>statement in c++
Explanation:
Assignment Statement is the statement in C++ programming that is used to assign a constant value or some expression to the variable. Assignment operator is used to assign the value or expression to the variable.
Single equal (=) symbol is use as assignment operator in C++.
For Example
If we want to assign some value or expression in C++, it will be written as:
Variable = Value;
or
Variable = Expression;
Both of the above mentioned examples shows the Assignment Statements.
First, you click and drag the letters/images you wanna copy, you do Ctrl + C then you clikc another cell until you get the flashing line, do Ctrl + V and there you go
Which language would you use to create scripts that send data to a web server?
A. HTML
<u>B. ASP</u>
C. SGML
D. CSS
Answer:
False is the correct answer for the above question.
Explanation:
- The structure is a user-defined data type, which is used to define the set of different data types and values. Just like in the above question, the class structure holds the list of three variables, which is a type of double.
- When any user wants to compare the two structure values, then he can do it with the help of comparing all the variables of a structure. if a user wants to compare the circle1 with the value of the circle2, then he needs to compare the circle1.centerX with circle2.centerX, and so on with the other variables.
- But the above question syntax will directly compare the two structure variable, which is not correct. Hence the above answer is false.