What is the data type for bit in c#?


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

Post New Answer

More C Sharp Interview Questions

If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


What’s thread.sleep() in threading ?

0 Answers  


Why objects are stored in heap in c#?

0 Answers  


what is unit testing

2 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  






What is array class in c#?

0 Answers  


Explain what is the smallest unit of execution in .net?

0 Answers  


Does google use c#?

0 Answers  


What does static mean in c sharp?

0 Answers  


What is type checking in c#?

0 Answers  


How does split work in c#?

0 Answers  


What are destructors in C#?

1 Answers   TryTechnicals Pvt Ltd,


Categories