What is type checking in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What is code verification?

0 Answers  


Can delegates be used as callbacks?

0 Answers  


What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all employees whose name starts with La.

1 Answers  


Explain about c# language.

0 Answers  






int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Distinguish between continue and break statement?

0 Answers  


What do you use c# for?

0 Answers  


What is the difference between string keyword and system.string class?

0 Answers  


Any .net training centers available near hitech city , hyderabad?

2 Answers  


what is lamda expression?

3 Answers  


how to sort an array in c#

0 Answers   Cognizant,


Categories