A questionnaire survey of C language

Source: Internet
Author: User

A questionnaire survey of C language

Questionnaire Survey

See a good questionnaire, intended as part of the third job.

    1. What are your plans for your future? What preparations have been made?

Get a good job. Now read more, study hard, play code.

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

Learning is the process of constantly improving yourself. Learning can help us learn to do things, to find a good job to become a useful person.

Motivation is OK, but the foundation is poor and learning is more difficult.

    1. Do you feel like you're doing something more successful? What's your experience?

No, the foundation is poor, no experience,

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

There is a great development value of the professional, with a wide range, I hope you can master a programming language.

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

Read the code, about 150 lines

    1. What are the experiences and lessons of C language learning?

Foundation to play well, class to listen carefully, class to preview, to more dozen code, will not be diligent to ask the teacher.

    1. In addition to the exams and experiments, where did the programming help you?

Do what you want to do with the software, games.

    1. Learn C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts?

Not clear.

    1. Have you learned the C language, do you understand the differences and connections between files and streams? How do I differentiate between text files and binaries? How do I programmatically manipulate these two files?

Don't understand.

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

Don't understand.

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

No

12. Have you learned the 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. C language, 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. Are you experiencing any problems or puzzles in your current study of C language or other professional courses?

Sometimes I can't keep up with my teacher, I don't understand.

A questionnaire survey of 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.