Pergunta de entrevista da empresa Finastra

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.

Resposta da entrevista

Sigiloso

6 de nov. de 2019

char *str = "abcde"; for(int i = 0, j = strlen(str) - 1; i

1