which datatype i have to use we i need dynamic size.for eg.
empname .in first row it have only five chars.but next row it
have 100 chars.
Answer Posted / radhika
i think we can use arraylist for dynamic size
for example
arraylist al= new arraylist();
al[0]="empname";
al[1]="empname is ............";
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What exactly is serverless?
What is the difference between continue and break statement?
What are circular references? How garbage collection deals with circular references.
Why do we use dictionary in c#?
What are c# types?
Can arraylist store different data types in c#?
Is c# different than c++?
How do you achieve polymorphism in c#?
What does console readline do?
What is the interface in c#?
What you mean by inner exception in c#?
Explain copy constructor?
Why do we need oops in c#?
Why do I get a syntax error when trying to declare a variable called checked?
Define multicast delegate in c#?