Opening a .c file in sololearn from my phone is taking me to c++ compiler . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Opening a .c file in sololearn from my phone is taking me to c++ compiler .

Have an issue i have some .c file ,when i open it using sololearn ,sololearn takes my code to codeplayground but in a cpp compiler ,i want it to take my code to c compiler ,what should i do now?

20th Feb 2019, 6:36 PM
Abimanyu
Abimanyu - avatar
2 Answers
+ 2
Careful.. C and C++ compile in similar way, which means that you might be able to run your application by simply changing a few include statements!
20th Feb 2019, 11:27 PM
Alex Nicolas Kessi
Alex Nicolas Kessi - avatar
+ 1
Ya thank you, another change is when i use scanf and when i run the program it isnt asking me to input values(the prompt doesnt appear).
21st Feb 2019, 7:37 AM
Abimanyu
Abimanyu - avatar