Question d’entretien chez 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.

Réponse à la question d'entretien

Utilisateur anonyme

6 nov. 2019

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

1