C poem
1. #include(studio.h)
2. Header file included, hope there's no glitch
3. int main()
4. Program starts here, nothing goes in vain
5. {
6. int a, b, c
7. Don't miss the ';', you're not free
8. a=2, b=3;
9. Line 6 and 8 would have rhymed, I see.
10. scand("%d", &c);
11. What can the user give, a question to me.
12. printf("%d, %d, %d", c, b, a);
13. This is where we come to know, what the program has to say.
14. return 0;
15. }
16. Finish?! Thinking you're a big hero?
17. There's an error in line no. 6
18. Who do you think is there to fix?
19. No one. There's only you.
20. Compiler will only point the errors you do.
21. But once your program is free from errors
22. That same compiler is bound to run it with flying colours.
Comments
Post a Comment