A. by combining similar instructions into groups, which will then execute in parallel
Input statements allow the user to enter data that a program uses to perform necessary computations. Users enter the data when they <u>encounter the statements like the scanf() or gets() functions in the program.</u>
<u>Explanation:</u>
The scanf() is the function that is used to take inputs from the user with the help of the standard input device,i.e, the keyboard.
scanf() function is capable of taking any data type as an input, though it has to be specified first like %d for integers, %s for strings and %f for floating-point type. The gets() function can only take a string as an input.
Answer:
I think it is A, Melissa says "LOL" instead of laughing at a joke her friend told.
Answer:
Attack is an intentional or unintentional act that causes damage or compromises information of systems supporting it.When a computer is the subject of an attack, it is used as an active tool to conduct the attack.
On the other hand, when a computer is the entity being attacked, it is the object of an attack.