| Author: Phani 17 Jun 2008 | Member Level: Silver Points : 1 |
Hi.... Thanks for sharing your knowledge with us. I hope to see more good code from your side This code will help lots of guys
|
| Author: Kapil Dhawan 20 Jun 2008 | Member Level: Gold Points : 1 |
hello, Thanks for sharing your knowledge with us. i hope to see more valuable things from your side Regards, Kapil
|
| Author: Prafulla S Shimpi 12 Sep 2008 | Member Level: Gold Points : 2 |
While declaring any variable irrespctive of any language, you make sure that you are not using any keywords / reserved words as a variable name.
sometimes, code gets compiled without any error, but either it throws exception at runtime or shows wrong value.
I have encountered this during C++ coding time.
|