Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 384 Bytes

ImportantTips.md

File metadata and controls

executable file
·
8 lines (6 loc) · 384 Bytes

##Important Tips While Programming


  1. Frame before hand and decide the flow of every problem at the beginning, then start coding.
  2. In c++,local variables address must not be returned by a function, this can produce segmentation fault.
  3. Avoid silly errors.
  4. Decide 2-3 solutions in the beginning, then go ahead with the best one.