ic computer scan and optimizer program is available free of charge.' name='description'/> Ethical Hacking:Ethical hacking tutorials: I compiled a small test program in C, but when I run it, I get no output!(#32)
Mobile ads

Google Search engine

I compiled a small test program in C, but when I run it, I get no output!(#32)

Posted by Unknown | Posted in , | Posted on 10:11 AM

I compiled a small test program in C, but when I run it, I get no output!(#32)
You probably compiled the program into a binary named test, didn't you? Linux has a program called test, which tests if a certain condition is true, it never produces any output on the screen. Instead of just typing test, try: ./test

Comments (0)

Post a Comment