Author Archives

Programming C: Posts 8 – Functions in C

Ham is a piece of implementing a block command job is repeated several times while running the program, or use a separate block specific work to support complex programs.

Programming C: Posts 5 – if else, switch case in C

In life there are many things we have to choose, such as choosing between love and love people we, choose to listen to the heart or mind,… If today is a school holiday, would stay or go play, if people love it or go buy ice cream ZIP sit together to eat outside the school gates, etc. and cloudy cloudy. And programming is going from life, service life, it must have such things. This lesson we will learn about the command to serve such options, This command is called the branch instruction.

ASCII – ASCII table

1. What is the ASCII code? ACSI (American Standard Code for Information Interchange – Ascii information USA), often pronounced ace-fiber-ki, the character and the character code based on the Latin alphabet used in modern English and other Western European languages. It is often used to display text in computers and communication equipment […]

Comparing string in C – strcmp

When compared 2 number of C, we have done some very simple math “`<, >, &gt;=, <=, ==, !=```, tuy nhiên để so sánh chuỗi thì chúng ta không thể dùng các phép toán đó mà cần phải dùng hàm **strcmp** nằm trong thư viện **string.h**.

Programming C: Posts 7 – WHILE loop, do…while trong C

In the previous post, we became acquainted with the loop with the utility that we repeated several times. This article we continue to learn 2 Other types of loops have similar functionality using loop but there is a little different and so the while loop…while. Are you aware of the websites that we need to sign in? […]

Programming C : Posts 6 – Loop in C

In reality, the software will be work to be repeated many times as in the example above. Or like your software to print a list of employees, every employee information (content) different but the structure is very similar. Or simply that you surf facebook and see

Programming C: Posts 5 – Loop structure

In life there are things we have repeated many times and in so programmed, with the command, Scripting must be performed multiple times, So how to do so, Posts will answer questions for you.

Programming C: Posts 4 – Arithmetic, operator in C

Today's lesson will introduce you how to perform calculations, operators to handle data in C

Programming C: Posts 3 – Enter made in c

In the previous post, we became acquainted with a number of programs that print to the screen some information. This article we will learn more about how to enter production in C. 1. Format string data Prior to the introduction, data for the variables I will talk about some format to import and export. Here are the signs described […]

Programming C: Posts 2 – The components in C

1. The control characters n : Jump down to the next line in the first column soup. \t : horizontal tab. \r : Jump to surrender, not unloaded. \the : Beep. \\ : In the Forums \ \” : In the Forums “ \’ : In the Forums ‘ %%: In the Forums % These are just some familiar characters control, or use, addition […]