What is out put of this code and why!?☺️ | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antworten
+ 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