Saturday, August 9, 2008

tips to C program




the topic i have put doesnot imply that i am a master programmer.i am still an amture, or may be less than that. but i feel i have
understood 'c' programing to a certain extent. before learning it, i thought ita a great deal to learn it and needs intense intillegence and energy...but
later found it easy.

well, after learning just a bit of 'c', these are my tips to the beginners.

1. go to the market and get 'let us c' writtern by yashwant kanetkar. or 'programming in ANSI C' by Balagurusamy.
2. install 'turbo c++' even if you have better compilrs. its the best for beginners.
3. go through the book, before moving to the next chapter, try the exercise.
4. try writing your own program, starting with mere 'scanf' 'printf' ones and then moving on to the complicated ones.
every succesfull execution will bring you confidence.