C-Language Questionnaire survey

Source: Internet
Author: User

1. What is your plan for your future? What preparations have been made?

No planning, basic ignorant.

2 What do you think is learning? What's the use of learning? What is the motivation for learning now? Why?

Learn to review to achieve mastery, more skills, no learning motivation, the foundation is too bad to teach too hard, no perseverance to learn.

3 Do you feel that you are doing something more successful? What's your experience?

Playing games? Write a strategy?

4 What do you think of software engineering as a major? What kind of expectations do you have for yourself in studying this profession?

Although the development prospects are absolutely good, but difficult to learn proficiency. Do not do software development related work.

5 How did you learn C language? (Homework, experiment, textbook, others), so far estimate how many lines of code have you written?

Look at the instructional video, write how many lines of code who TM has nothing to do.

What are the experiences and lessons of 6 C language learning?

There must be errors in writing code, and correcting errors again and again will improve your programming skills.

7 Where did programming help you in addition to exams and experiments?

And not.

8 learned C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts?

Array functions do not understand.

9 learned C language, do you understand the difference between the file and the stream and contact? How do I differentiate between text files and binaries? How do I programmatically manipulate these two files?

Don't understand.

10 learned C language, do you know what is process-oriented? What is the way it solves the problem?

Analyze the steps required to solve the problem, and then use the function to step through the steps, using a single call.

11 What is a module in C language? Have you ever written a program for multiple source files?

Don't understand.

12 learned C language, do you know what is "high cohesion, low coupling"? How does this principle apply to high-quality programming?

I don't know.

13 learned C, how do you copy the contents of array A into array B? How do I find the integer array A in 5? How do I sort an integer array a (small to large, from large to small)? Write the appropriate program.

for (i=0;i>=n;i++) {b[n]=a[n];}  for (i=0;i>=n;i++) {if (a[n]=5) printf ("Yes");} for (i=1;i>=n;i++) {if (A[i-1}>a[i]) t=a[i]; A[I]=A[I-1]; a[i-1]=t;}

14 Do you know what a breakpoint is? Give an example of your own debug program.

I don't know.

15 Do you have any problems or puzzles in your current study of C language or other professional courses?

No interest in learning.

C-Language Questionnaire survey

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.