+ 3
Can i write c language in sololearn ?
can i write c language in sololearn ? if yes then ,, tell me how
4 odpowiedzi
+ 20
Both C and assembly are allowed to compile and run in SL compiler.
#include <cstdio>
int main(void) {
int age = 30;
int exp = 2;
printf("I'm %d years old and have %d years programming experience!", age, exp);
}
Or assembly
https://code.sololearn.com/c6TMOWzn7kC4
+ 19
Absolutely my friend. Good luck.
+ 10
@Babak Sheykhan is correct. C++ is backwards compatible with C.
+ 2
so can i write c in c++