Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Mortgage Magic (Dhâkâ) nel mese di gen 2025
Colloquio
they ask me about basic front end and also some question on data structure and algorithom spacally tree related question.ask about pointer and use of it and deep drive on it.overall the interview process wes well decorated
Domande di colloquio [1]
Domanda 1
What will be the output produced by the following C code:
int main()
{
int array[5][5];
printf("%d",( (array == *array) && (*array == array[0]) ));
return 0;
}