What is the difference between struct and class c#?


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

Post New Answer

More C Sharp Interview Questions

What?s the data provider name to connect to Access database?

6 Answers  


Can we override main method in c#?

0 Answers  


What are the differences between value types and reference types?

0 Answers  


What is the default value of date?

0 Answers  


In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?

7 Answers   Microsoft,






What is activator c#?

0 Answers  


why C# called C#

3 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is interpolation in programming?

0 Answers  


How do you pass reference parameters in c#?

0 Answers  


How do I do implement a trace?

0 Answers  


how can one use hcl and c sharp together?

0 Answers  


Categories