Why is <string> not giving any output?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is <string> not giving any output??

#include <string> using namespace std; int main() { string a = "I am learning C++"; return 0; }

8th Mar 2017, 2:21 PM
RAHUL PATIDAR
RAHUL PATIDAR - avatar
0 Answers