how to decide which data type to use by seeing the constraints eg. if constraint is 1 ≤ n, m ≤ 10^5 can i use int data type for n & m in C language
↧
how to decide which data type to use by seeing the constraints eg. if constraint is 1 ≤ n, m ≤ 10^5 can i use int data type for n & m in C language