=== Program === function main() { var a[3]; a[1] = "B"; print(a[1]); }=== Output === Result: null-value Output Entity: standard-out "B"