In C/C++ if we define an array of size eight (8) i.e. int Arr [8]; then the last element of this array will be stored at,? (A) Arr[0] (B) Arr[8] (C) Arr[7] (D) Arr[-1]â–ºCorrect Option Correct Option is: C