#include <iostream> using namespace std; int main() { cout<<12+"good morning\n"-24; return 0; } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

#include <iostream> using namespace std; int main() { cout<<12+"good morning\n"-24; return 0; }

what is output of this code pls explain ?

4th May 2017, 6:20 PM
siddiqui junaid
siddiqui junaid - avatar
0 Answers