Pointer Increment. Reverse string using pointers. Polymorphism, Vtable. access specifiers & inheritance. memory size of pointer variable. memory allocation on stack & heap. Operator Overloading, code for "+". Builder design pattern.
Sigiloso
char *str = "abcde"; for(int i = 0, j = strlen(str) - 1; i