C-Language Questionnaire survey

Source: Internet
Author: User

Questionnaire Survey

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

Do a game development programmer, usually read more extracurricular books.

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

I think learning is to obtain professional knowledge, learning for the future work is useful, now the motivation for learning is to make money in the future easy, because I am a child from the countryside hope to have a better point in the future.

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

I feel that I make friends more successful, often go out to chat with friends.

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

I think the software engineering this profession to work hard to have achievement, I think in the future can be 8000 monthly income is good

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

I am the teacher how much to learn how many occasional read extracurricular books, currently wrote 1000 lines

What are the experiences and lessons of C language learning?

The first semester think C language is very simple, to the second semester becomes difficult I think to take seriously not to relax

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

Occasionally I do a little software to play

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

It's kind of confusing.

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?

I don't understand, I can't tell.

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

I also know that object-oriented, do not know

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

I don't know

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

I don't know, I don't understand.

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.

#include "stdio.h"
int main ()
{ char a[50],b[50];
int i;
Gets (A);
for (i=0; a[i]!= ' + '; i++)

b[i]= ' + ';
Puts (B);
}

#include "stdio.h"
int main ()
{
int a[20];
int i;
  for (i=1,i<=20,i++)
scanf ("%d" a[i]);
If a[i]=5
printf ("Found 5")
}

#include <stdio.h>

int main ()

{

int a[10],i,j,t;

printf ("Please enter 10 integers: \ n");

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

scanf ("%d", &a[i]);

for (i=0;i<9;i++)

for (j=0;j<9-i;j++)

if (a[j]>a[j+1])

{

T=A[J]; A[J]=A[J+1]; a[j+1]=t;

}

printf ("Number after sorting: \ n");

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

printf ("%d", a[i]);

printf ("\ n");

System ("pause");

return 0;

}

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

I don't know

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

Code more and more, looks more and more chaotic, not good understanding

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.