Google News
logo
PowerShell - Quiz(MCQ)
What is the syntax of the "for" statement?
A)
for {condition}
B)
for (condition) {output}
C)
for [init:condition] {output}
D)
for (init:condition:repeat) {output}

Correct Answer :   for (init:condition:repeat) {output}

Advertisement