+ 2
What is out put of this code and why!?☺️
#include<iostream> #include<math.h> using namespace std; void main() {int i=5.0/5; float j=5/5; int k=pow(5.0,1.0);. // pow(a,b)=a^b cout<<¡<<j<<k; } consider all header files are included already
2 Respuestas
+ 5
You know how to eun codes on Cose Playground?
+ 4
1 1.0 5
Is the answer?