Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

How come whenever I run this code, I hear electronic sounds coming from somewhere on my motherboard?

OpenStudy (anonymous):

#include <stdio.h> #include <stdlib.h> #define PRINTS(x) fprintf(stdout, "%d\n", x); #define TEN(x) x x x x x x x x x x #define PRINT1000(x) TEN(TEN(TEN(PRINTS(x)))) int main(int argc, char** argv) { puts(*argv); PRINT1000(argc); return 0; }

OpenStudy (farmdawgnation):

I don't see anything in this code that would cause that.

OpenStudy (anonymous):

my machine is 4 yeaars old :-P thats probably it

OpenStudy (rsmith6559):

If it hasn't been done recently, it may be time to vacuum the inside of the box.

OpenStudy (anonymous):

probably screeching sound of the modem

OpenStudy (anonymous):

Hah, I don't use any modem :-P

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!