Answer Posted / swapna
In java goto statement is not supported.
In c# also as far as i know goto statement is not supported.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How can we set the class to be inherited, but prevent the method from being over-ridden?
Is c# the same as d flat?
What is xaml in c#?
What is sql transaction in c#?
What do you mean by expression tree?
What is a decimal in c#?
What is difference between var dynamic and object in c#?
What is the major difference between a custom control and user control?
What is deadlock in c#?
Explain About remoting and web services. Difference between them
Is it possible to have different access modifiers on the get/set methods of a property?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is difference between c sharp and c#?
What is different between Implicit conversion and Explicit conversion in C#?
What is a scope in c#?