Ques: Should I use NULL or 0 in my program? Ans: In C++, the definition of NULL is 0, so there is only an aesthetic difference. Its better to avoid macros, so usually all use 0. Another problem with N… more →
Complex Solutions 4 Simple ProblemsVakul Kumar More wrote 9 months ago: http://blogs.msdn.com/csharpfaq/ (Very good yet common questions) http://www.microsoft.com/uk/msdn/s … more →
Venkat Shiva Reddy wrote 1 year ago: General Q1:Does C# support multiple-inheritance? Ans:No. Q2:Whom is a … more →
Arun wrote 1 year ago: Ques: Should I use NULL or 0 in my program? Ans: In C++, the definition of NULL is 0, so there is on … more →