Answer: it indents
Explanation:
Answer:
The answer to this question is a. Event log
Explanation:
Event log in Windows is a comprehensive record of security,system and application notifications stored by the Windows and it is used by administrators to determine problems in the system and foretell issues that going to happen in future.
Operating system and the Apps use event logs to keep account of important software and hardware activity that administrator can use to correct issues with the operating system.
Answer:
Following is the algorithm to interchange the value of two variable x and y.
step 1:Read the two integer x and y.
step 2 :t=x
Step 3: x=y
step 4: y=t
The minimum number of assignment to do this is 3
Explanation:
After reading two integer x & y, create a variable "t" of integer type.
with the help of variable "t", we can swap the value of variable x and y.
It requires 3 assignment to interchange the value.
B = x is equal to 5
and
C = “ have special meaning and should not be used when naming variables “.