Answer:
See Explaination
See Explaination
Explanation:
d. If both players play perfectly, then too each player will play not let the other win. Let there be a state of the game in which the goal state can be achieved in just 2 more moves. If player 1 makes one move then the next move made player 1 will win or player 2 do the same.
Either way whatever the rule states, there must be a winner emerging.
Check attachment for option a to c.
Ctrl(control) + s = save
Tab = auto complete formula
ctrl +c =copy'
ctrl+v = paste
ctrl +z = undo
you can also drag your formula down different cells
The most serious security threat to Bluetooth-enabled devices is
, which occurs when a hacker gains access to the device and its functions without the owner's consent.

Answer:
False.
Explanation:
Index addressing is not for only traversing the arrays but to also access the element,manipulate them.Though indexing is also used in traversing but it is not solely for that.Indexing in an array starts from 0 to size-1.
for example:-
We have an array a of size 10.So to access the element at position 6.We have to write.
a[5];
Manipulating it
a[5]=6;