what would be the output of the below snippet?
#include<iostream>
using namespace std;
int main()
int char Arr[] = {91,93,95 };
cout << * Char Arr+1;
return o;
}
Answers
Answered by
0
Answer:
the output of the below snippet will be option D
Step-by-step explanation:
mark me brainlist
Similar questions