Hello, everybody!
Help me please. I need to write test-program on C.
Maybe someone has such program.
Please, send it. I'll be very grateful.
This is a discussion on Test-program within the C Programming forums, part of the General Programming Boards category; Hello, everybody! Help me please. I need to write test-program on C. Maybe someone has such program. Please, send it. ...
Hello, everybody!
Help me please. I need to write test-program on C.
Maybe someone has such program.
Please, send it. I'll be very grateful.
There you go...Code:int main (void) { puts("Test Program"); return 0; }
You are way too vague, and even if you elaborated, you should be the one writing this program since you need to write it.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
I mean quiz
This smells like homework. Did you read the homework policy? We don't write code for people, we help them fix the problems in their code. Give it an honest effort, and when you get stuck, post your code (in code tags of course), and we'll gladly help you.
I'm so sorry...
I'll try to think how to do this program. Thanks a lot for your forum, I've found some examples