#include using namespace std; int main() { int MyArray[5]; int *MyIntPtr = MyArray; char junk; cout<<"Size of Int:"<>junk; cout<<(MyIntPtr+1)<<"\n"; cout<<&MyIntPtr[1]<