A questionnaire survey of C language

Source: Internet
Author: User

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

A: There is a strong interest in the production of the game, and some of today's game producers talk about the future of game production and need to master some of the knowledge and skills.

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

A: Learning is the things you think you need from the process, learning can make people progress, growth, mastery of skills, for the future of life is the main driving force of my study now.

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

A: The study of other skills and the use of spare time is more successful.

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

A: Software engineering first defines me as engaged in IT Industry, is a need for a strong hands-on professional, learning this professional my expectation is to be able to master the professional skills for the industry effectiveness.

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

A: Summer vacation bought "C language from the beginning to mastery" began to explore their own learning, and later with the textbook mutual proof. The amount of code you've done so far is less than hundreds of lines.

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

A: You have to be more proficient in your hands.

7 . In addition to the exam and experiment, where did the program help you?

A: It is more convenient to write simple programs in the use of normal computers.

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

A: The points are clear.

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

Answer: I don't understand. Text files are also called ASCII files, and binary files are stored in binary encoding.

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

A: Process-oriented is to analyze the steps required to solve the problem, and then use the function to implement these steps step-by-step, using a one-time call on it.

One, in the C language, what is a module? Have you ever written a program for multiple source files?

A: According to the function of a software cut into many parts of the individual development , and then assembled , Each part is the module . Not at the moment.

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

A: Cohesion poly-low coupling, is the concept of software engineering, is to judge the quality of design standards, mainly object-oriented design, mainly to see whether the cohesion of the class is high, coupling degree is low.

In the 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.

Answer: Use pointers. Iterates over array lookups. Sort by sorting algorithm.

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

A: breakpoints, one of the debugger's features, allows the program to be interrupted where it is needed, thus facilitating its analysis.

are you experiencing any problems or puzzles in your current study of C language or other professional courses ?

Answer: In the study often encountered confusion, need to ask for help.

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.