A questionnaire survey of C language

Source: Internet
Author: User

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

University to learn professional knowledge, participate in community activities, join the party, and then do a part-time understanding of the outside society, when there is time to learn more simple software.

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

Study is to learn that you do not know knowledge. Learning can make you understand something you don't understand. The driving force of learning is the life of a female white-collar worker who earns a monthly salary. Because the family is a business, do not want to do the family business.

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

Nothing is more successful than it is. has been the light of the past.

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

This major is a brain-cost professional ! can be a better IT staff.

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

With the teacher at 1.1 o ' Walk, there should be thousands of them. ' ● )

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

Experience is a lesson can not fall, the lesson is to fall back very hard.

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

It's like nothing helped me.

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

It's not clear.

9. 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?

is a process-centric programming idea .

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

A function is a module. I don't know

12. Have you learned the C language, do you know what is " 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.

int i;j;a[10];b[10];

for (j=0;j<10;j++)

scanf ("%d/n", &a[j]);

if (a[j]=5)

printf ("yes/n");

ElseIf

printf ("no/n");

for (i=0;i<a.length;i++)

B[i]=a[i];

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

Don't know

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

Sometimes the brain can't turn around.

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.