Rashmi Jinralkar
New member
- Joined
- Jul 31, 2024
- Messages
- 1
- Programming Experience
- 10+
If the variable can contain either int or long value at runtime , should I use long to cover all cases, or use dynamic - purely from a memory consumption and performance point of view?
Note that in most of the cases it is going to have int value and only in some cases it can contain long value.
Note that in most of the cases it is going to have int value and only in some cases it can contain long value.