Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Mortgage Magic (Daca) em jan. de 2025
Entrevista
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
Perguntas de entrevista [1]
Pergunta 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;
}