Answers for "how to cehck if the number is int or double in c++"

C++
1

check if double is integer c++

double ans; 
if(floor(ans) == ceil(ans))
Posted by: Guest on September-28-2021

Browse Popular Code Answers by Language