Answer Posted / glibwaresoftsolutions
A structure is a user-defined data type that groups variables of different types under one name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a reference type c#?
Define delegate in c#?
Which language is used for desktop application?
Which is faster list or dictionary in c#?
What is the difference between c and c# programming?
What can we do to handle multiple exceptions?
How do destructors and garbage collection work in c#?
What are the advantages of generics in c#?
Is inheritance possible in c sharp?
What is the purpose of static?
the c# keyword .int. Maps to which .net type?
What is func delegate in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is type safe code?
How big is an int in c#?