Choose the incorrect statement from the following.
(i) A variable defined within a block can be accessed outside a function also.
(ii) Local variable only exits while the function is executing.
(iii) a variable defined outside a function, its global by default.
(iv) local key.vord is used to read and write local variable inside a function.
i and ii
iii and iv
ii and iii
i and iv