The Basics You should Know For Programming!
The Basics You should Know For programming! For what Programming language used? A computer programming language is a language used to write computer programs, which involves a computer performing some kind of computation or algorithm and possibly control external devices. Example: printers, disk drives, robots, and so on. Basics elements for programming History Of Programming Language You want to Learn: Firstly, collect information regarding that programming language you want to learn such as language developed by whom ? , In which year ? , Was developed for which purpose , Demand and scope of the language now-a-days! What are keywords? : A keyword is a word that is reserved by a program because the word has a special meaning. Keywords can be commands or parameters. Every programming language has a set of keywords that cannot be used as variable names. Keywords are sometimes called reserved names .For Example: we call Apple to a fruit which is actually a Apple A...