C-Language Questionnaire survey

Source: Internet
Author: User

  1. What are your plans for your future? What preparations have been made? there's no plan. Feel like you're in a daze.
  2. What do you think is learning? What's the use of learning? What is the motivation for learning now? Why? learning should be to enrich themselves, to become a better self, the current learning motivation is sometimes not, will be other things to pay attention to.
  3. Do you feel like you're doing something more successful? What's your experience? Play Ball ... Movement...?
  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 has to practice more of their own hands, so the brain to turn faster than others, to their own expectations is to be able to lay a good foundation during the university.
  5. How do you learn C language? (Homework, experiment, textbook, others), so far estimate how many lines of code have you written? I was just beginning to recommend a book to me and then very shallow study C, estimated that there should be more than 300 lines of code.
  6. What are the experiences and lessons of C language learning? experience and lessons can be summed up in a sentence: learn to be rigorous.
  7. In addition to the exams and experiments, where did the programming help you? because I did not learn a very deep place, so I did not find a place to help me.
  8. Learn C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts? function pointers and pointer functions are a bit messy.
  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. have you learned C language, do you know what is process-oriented? What is the way it solves the problem? process-oriented means that each process has a goal and is done accordingly.
  11. what is a module in C language? Have you ever written a program for multiple source files? module is to use functions to implement each function, a number of source functions of the program written once, but look at the book to play code.
  12. Learning C, do you know what is "high cohesion, low coupling"? How does this principle apply to high-quality programming? Don't know
  13. having 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.
  15. Do you have any problems or puzzles in your current study of C language or other professional courses? data structure indefinitely.

C-Language Questionnaire survey

Related Article

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.