McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
.NET Programming
→
In the For…Next statement the default va...
Q.
In the For…Next statement the default value for the Step is:
A.
-1
B.
0
C.
1
D.
2
Answer» C. 1
4.9k
0
Do you find this helpful?
16
View all MCQs in
.NET Programming
Discussion
No comments yet
Login to comment
Related MCQs
Scope of variable is related to definition of variable as: 1. Region of code within which variable value is valid and hence can be accessed. 2. No, relation with region where variable is declared its value is valid in entire scope.
With A = False and B = True, which statement evaluates as True?
Which of the following are value types? 1.Integer 2.Array 3.Single 4.String 5.Long