Is dit jouw bedrijf?
Write a function that will return x*7 without using multiplication?
Anoniem
You could either do this by macro or inline (it usually would be inlined). inline int mulby7(int x) { return (x << 3) - x; }
int func(int x) { return (x<3)-x; }
Volg de bedrijven van je dromen om als eerste op de hoogte te zijn van vacatures en te profiteren van tips van insiders.
Zoek naar vacatures om gepersonaliseerde vacature-aanbevelingen en -updates te krijgen.