PowerShell - Variables and Data Types
What will this code output?
$hash = @{ 'a' = 1; 'b' = 2 }
$hash['c'] = 3
$hash['c']$hash = @{ 'a' = 1; 'b' = 2 }
$hash['c'] = 3
$hash['c']15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions