Welcome visitors of MIC Computer

Welcome to my blog. With this blog you can post your question about computer and programming for absolutely free (free consultation sponsored by MIC Computer).. Well what are you waiting for just feel free to post your question or share with me about your computer / programming experience

Wednesday, September 14, 2011

Comment

Comment is very important for programmer. Every languages have a comment. This is a comment of some language:

  1. Visual Basic
    • single line '
  2. PHP
    • single line //
    • block /* block comment */
  3. Javascript
    • single line //
    • block /* block comment */
  4. XML
    • single line //
    • block /* block comment */
  5. HTML
    • block <!-- block comment -->

No comments: