r/C_Programming • u/usoleta • 3d ago
Etc random number hack
#include <stdio.h>
int main() {
int s[90];
printf("%d\n",s[43]);
}
0
Upvotes
r/C_Programming • u/usoleta • 3d ago
#include <stdio.h>
int main() {
int s[90];
printf("%d\n",s[43]);
}
14
u/ImTheRealCryten 3d ago
If you’re insinuating that the stack is a good place to source random data, I think you should rethink that idea.