Data type:
Integer
Process:
Read the whole text as String
Then, distinguish the Letter and Digits
In C/C++, u can use atoi () function, under <stdlib.h>, to convert string to integer
Advertisements
অন্তহীন ছুটে চলা, অবিরাম জীবনের অর্থ খুজে ফেরা
Data type:
Integer
Process:
Read the whole text as String
Then, distinguish the Letter and Digits
In C/C++, u can use atoi () function, under <stdlib.h>, to convert string to integer