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
Is c# or c++ better for games?
How many dimensions can an array have?
Explain the security with aop?
What are c# attributes and its significance?
Is c# lazy thread safe?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is delegates in c# and uses of delegates?
How long does it take to learn c# programming?
Explain the difference between // comments, /* */ comments and /// comments?
what are pointer types in c#
Explain data types in c#?
What is default constructor c#?
What is the and operator in c#?
Any problem found in vs.et
How does dependency injection work c#?