My issue
for world only \n want to come right because after hello only world comes
Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in C - CodeChef
for world only \n want to come right because after hello only world comes
Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in C - CodeChef
I don’t entirely understand your problem (redaction?).
NOT criticizing!! Happy to have a new coder ![]()
Let me remind you the fundamentals:
Functions are a set of:
And, in some languages like C:
Now, on C, you should have:
So:
int main(int argc, char* argv){
int variable = 0;
}