+ 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?
2 odpowiedzi
+ 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!
+ 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).