What is void method?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace in oops?
How to use exception handling in stored procedure?
What is the use of console readkey ()?
What is difference between throw and throws in c#?
What is c# used for?
What is get set in c#?
What floating point types is supported in C#?
Is list a collection c#?
Define using statement in c#?
Is static class thread safe in c#?
Can constructor be protected?
int a = '3' + '4'; char n = (char)a; What will be answer of n?