What is out put of this code and why!?โ˜บ๏ธ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

16th Sep 2017, 12:29 AM
subham sahu
subham sahu - avatar
2 Answers
+ 5
You know how to eun codes on Cose Playground?
16th Sep 2017, 12:37 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 4
1 1.0 5 Is the answer?
16th Sep 2017, 12:38 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar