20 question points: Evaluate the knowledge of enterprises. On the content school recruitment homepage.
15 Professional choice questions: SQL statements,C LanguageAnd so on.
Simple question:
1. Differences between processes and threads
2. Conditions for deadlock and Solutions
3. I cannot remember the questions of software engineering.
ProgramQuestion 4:
1. Write output results for a program
Int main () {int A, B, C, D; A = 10; B = A ++; C = ++ A; D = 10 * A ++; printf ("% d, % d, % d", B, c, d); Return 0 ;}
2. Judge the givenCodeIndicates whether an error exists. If yes, modify it. If no error exists, describe its function.
3. SQL statements, queries, inserts, deletes, updates, and other operations.
100, 100, and combinations. The result is. How many combinations are there, such as, 1, 2, and 19, and the idea and program are given.
Int main () {int number = 0; int m; For (m = 0; m <= 100; m ++ = 5) {number ++ = (m + 2) /2;} printf ("% d \ n", number); Return 0 ;}
Reference: [Interview Questions] calculate the sum of the numbers 1, 2, 5 and 100.
English to Chinese.