Ist dies Ihr Unternehmen?
find the error in a a simple squaring function whose argument is a volatile pointer to an integer.
Anonym
volatile pointer is not safe, it should be a volatile const pointer. long long int tesla_func_squared(volatile * const int ptr) { //code; }
Verschaffe dir einen Vorsprung bei Chancen und Insider-Tipps, indem du deinem Traumunternehmen folgst.
Erhalte personalisierte Jobempfehlungen und Updates, indem du Suchanfragen startest.