Answer:
An operating system is a software that helps the any computers basic needs or functions. For example, the windows on a computer is a operating system.
Explanation:
CC stands for Carbon Copy in emails.
Answer:
A mother board is something that helps a electronic run im guessing
Explanation:
Ms- word it is , hope it was helpful
Answer:
The answer is "Option A".
Explanation:
- In the given C++ Language program on line 8 compile-time error will occur, because in the code the conditional statement is used. In if block, we check two conditions together, which is the number variable value is greater than equal to 0 and check less than equal to 100.
- In this condition statement, a AND operator is used that execute when both condition is true, but in the last condition, we do not define a variable name that, checks value. That's why the program will give an error on line 8.