PowerShell - Functions
What will be the output of this PowerShell script?
function Greet { Write-Output "Hi, $args[0]!" }
Greet "Alice"function Greet { Write-Output "Hi, $args[0]!" }
Greet "Alice"15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions