what is the approach to read numbers that don,t fall in predefined data types. asked 06 Sep '17, 21:24 ![]()
|
Scan them as strings?? You can also use BigInteger template (This should help..) if you need to perform some arithmetic operations on them? Or better use python :p answered 06 Sep '17, 21:34 ![]()
for c language specifically
(06 Sep '17, 21:43)
For C.. Not sure.. I hope you would have given google a try.. Or someone else who can help?? @vijju123 ??
(07 Sep '17, 18:33)
IDK, I am feeling its kind of related to an on going contest. So I cant comment.
(07 Sep '17, 19:04)
|
which type of numbers not come in predefined datatypes answered 07 Sep '17, 14:06 ![]()
|
What do you mean by
numbers that don,t fall in predefined data types
?ranging above long long int