Self-evaluation of knowledge and ability in C language

Source: Internet
Author: User

1. I want to work in the future where I am interested in, are looking for their interests, and are popularizing the knowledge of the IT industry.

2. I think that learning is a self-growth and self-improvement and the way of understanding the world, the role of learning is to continuously improve the understanding of the world, the new things to understand and create, now the motivation of learning on the middle line hovering, There may not be a moment to find the place you love or to find a way to learn more about yourself.

3. Responsible, maybe it's not about learning, but I think a person from the community, walking in the community, responsibility is indispensable.

4. I feel that software engineering is closer to the digital world today, it is the digital world leader, I hope I can truly integrate into this digital world.

5. I like the experiment, like the code is hit by me through the keyboard in C language software pleasure, about 2000 of the Code bar.

6.C language code needs to be bold to try a variety of different methods, because once spent an afternoon in a way to edit the code I want to implement, although finally written out, but accidentally found another more efficient, more direct, less time complexity of the method.

7. Entertainment and cognitive aspects and proficiency, in the boring time to tap the code you want to add a lot of fun.

8. Yes.

13. Copy: for (i=0;i<n;i++)

B[i]=a[i];

Find: for (i=0;i<n;i++)

if (a[i]==5)

printf ("There")

Sort: for (i=0;i<n;i++)

for (z=0;z<i;z++)

if (A[i]>a[z]) {

Tamp=a[i]

A[I]=A[Z]

A[z]=tamp}

14: The breakpoint is the program debugging with the press CTAL+F10 can be in the corresponding location to see all the current program values

15: Unable to keep up with the teacher's rhythm, there is no way to brain repair ppt in the example.

Self-evaluation of knowledge and ability in C language

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.