Home > Back-end >  Strives for the code
Strives for the code

Time:06-11

Who teach me

CodePudding user response:

Is there anything you don't understand, say it out, if you want to code, wait a moment, there are still a few people are willing to give you the code

CodePudding user response:

reference 1st floor SuperDay response:
is there anything you don't understand, say it out, if you want to code, wait a moment, there are still a few people are willing to give you the code

With the function to do this thing

CodePudding user response:

Write a function to achieve the first formula, can write?

CodePudding user response:

reference SuperDay reply: 3/f
write a function to achieve the first formula, can write?

I just learn c language, the primal hurts

CodePudding user response:

Who is writing to in this life? Write a prototype, and then to fill the function

CodePudding user response:

For example:
 int the add (int a, int b) {
Return a + b;
}


Then I will calculate: 1 + (2 + 3) + 4=?

 int ans=add (add (1, add (2, 3)), 4); 


Superposition of writing is not good, of course, I just want to show their thinking,


CSDN BBS newbie guide

CodePudding user response:

Write yourself, making mistakes is not terrible, there was a problem Posting your thoughts and wrong reason, should someone will reply to you, if has not begin, you can't learn all the time, like driving, injustice, the way you run thousands of kilometers your in the mind is empty,

CodePudding user response:


I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related