Archive | TUT basic C

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 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 […]

Programming C: Posts 1 – Hello World

C programming you simply use the C programming language to create software. Each software or program called (Computer Programs) will be written by C language with a natural or files with certain rules of language that we will gradually learn.