#include #include using namespace std; int main() { char MyArray[3] = {'a','b','c'}; char *Ptr; Ptr=MyArray; Ptr++; cout<