Is dit jouw bedrijf?
Find if the program is moving up or down the stack, write the code.
Anoniem
void findStackupDown(int *ptr) { int val; if (&val > ptr) printf("stack is moving down"); else printf("stack is moving up"); } main() { int a; findStackupDown(&a); }
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.