i am trying to initialize a global array in my cpp file and did so as below.
But when i do debug, the array elements are not initialized to \'0\'. Can anyone tell me