why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?
3 15080write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
TCS,
4 11533I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;
3 6954