In a For statement of the form shown below, what is the default step value when the "Step c" clause is omitted?
For i As Integer = a To b Step c
(A) the same as a
(B) the same as b
(C) 0
(D) 1
(D) 1
Computer Science & Information Technology
You might also like to view...
The easiest way to find information is to search the table directly
Indicate whether the statement is true or false
Computer Science & Information Technology
The hierarchical database model forces users to navigate between data elements using predefined structured paths.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology