My issue
why not hello\n came 1st
Learning course: Learn C Programming
Problem Link: Rearrange Code in C Programming
why not hello\n came 1st
Learning course: Learn C Programming
Problem Link: Rearrange Code in C Programming
int main(){
printf(“hello”);
printf(“world”);
that’s the correct syntax