Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 308 Bytes

File metadata and controls

28 lines (18 loc) · 308 Bytes

Getting started with Programming

computer understands -> Binary (0,1)

010110 -> Aman

C -> 67 -> 1000011 Decimal to Binary

Aman

Interpreter

Alphabets -> word -> sentence

ASCII (American standard code for information interchange)

A -> 65 B -> 66 . -> . Z -> 90

a -> 97 b -> 98 . -> . z -> 122