Question d’entretien chez Fitbit

What does memcpy return?

Réponses aux questions d'entretien

Utilisateur anonyme

1 févr. 2021

The key in these questions is to cover the fundamentals, and be ready for the back-and-forth with the interviewer. Might be worth doing a mock interview with one of the Fitbit or ex-Fitbit Embedded Software Engineer experts on Prepfully? They give real-world practice and guidance, which is pretty helpful. prepfully.com/practice-interviews

Utilisateur anonyme

14 mai 2020

It returns an integer - the status of the operation

Utilisateur anonyme

15 déc. 2016

A pointer to dest so that memcpy could be used as an argument in another function.