Getting ready for C

Reading time ~1 minute

While communicating with computer one should know the language that computer understands. Which immediately rules out English as a language but however there is a close analogue between English and C.

For example while writing English one should know the basic principles of it (like alphabets used in language ),then one should know how to combine those alphabets to make word and then combine those word to make sentence which after combination results in paragraphs.

Similarly in C we should first know alphabets, numbers, and special characters that are used in it and then how to use constants, variables and keywords to form an instruction and later on a group of instructions are used to make a program.

Therefore steps in learning English language : alphabets ––> words ––> sentences ––> paragraph

And steps in learning C : Alphabets, digits, special symbols ––> constants, variables, keywords ––> instructions ––> program

Automotive Locking Systems

utomotive locks vary considerably in the types of locking mechanisms and lock arrangements. There are many other methods of gaining access to an automobile which are quite often quicker and easier than attempting to pick the lock Continue reading

The Arts of Lockpicking

Published on June 13, 2015

Implementing the Caesar Cipher

Published on November 01, 2014