Computer Science, asked by rajputparul4551, 1 year ago

What difference does it make if i use int instead of long datatype?

Answers

Answered by atharvasakpal14
0
both int and long data types take input as real numbers. the only difference is that their storage memory differs. long has a larger storing capacity than int and can store big values.
Similar questions