Ad1

Wednesday 25 February 2015

Programmer understandable statements :p

 There are some terms/statements which can be understood only by the programmers… Let’s see few..!!


  • Root is at the top ! 
  • Constant variable.
  • In Computer Programming: Arguments are passed and Comments are made to make things clear.
          In Real Life: Comments are passed and Arguments are made to make things clear.
  • Fork the children and wait until they die./ Parents kill their children, when they are no longer required.
  • To understand what recursion is, you must first understand recursion.
  • Where the hell am I missing a semi colon?



  • A programmer will be more happy If you return 0 than you return 1.
  • Everyone else counts from 1, we start from zero!
  • Garbage collector.....
           We are running out of memory. Time for garbage collection!!
  • You cannot return anything from void. But you can return Nothing"
           void fun(){
           return;
            }
  • You make someone/something sleep for milliseconds (or at the worst seconds).
  • What's the opposite of push? Pop.
  • Ignore warnings !


Thank you for reading my post!! :)
Please do comment if there is anything to add/ change... your suggestions and feedback will be valued and highly appreciated!!

If you Like This Article,Then kindly linkback to this article by copying one of the codes below.

URL Of Post:



Paste This HTML Code On Your Page:

No comments:

Post a Comment