Is there any predefined function in c++ to check whether the number is square of any number and same for the cube..
|
|
|
|
|
|
|
No, but it's easy to write one:
|
||||||||||||||||
|
|
|
For example:
Edit: or in general:
|
||||
|
