What does console readline do in c#?


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

Post New Answer

More C Sharp Interview Questions

Can you specify nested classes as partial classes?

0 Answers  


WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR

1 Answers  


What is difference between value and reference types in C#.NET

0 Answers   BirlaSoft,


Why cannot you specify the accessibility modifier for methods inside the interface?

0 Answers  


why C#.net doesnot support prcedures and why it supports structs,functions

1 Answers  






What is call back method?

0 Answers  


What are the different states of a thread?

0 Answers  


What are reflections in c#?

0 Answers  


What do you understand by an Implicit Variable?

0 Answers   CGI,


how to prevent a class from being inherited in c#.net?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


How do I unload an application domain?

0 Answers  


Categories