Steps in learning 'C'
Introduction
C is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.Although C was designed for implementing system software, it is also widely used for developing portable application software.
C is one of the most popular programming languages. It is widely used on many different software platforms, and there are few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which originally began as an extension to C.
Steps in learning 'C'
Alphabets --> Words --> Sentence --> Paragraph
Characters --> keywords / Variable / Constant --> Statements --> Programme
Characters in 'C'
1) Alphabets :--> A, B, C . . . . . . . . Z (26)
a, b, c . . . . . . . . . z (26)
2) Digits :--> 0, 1, 2, 3 . . . . . . . . . . 9 (10)
3) Special Symbols :-->
There are 31 Charcters as follows :-->
+ \ : (
- # ; )
/ < " {
* > ' }
% ^ , [
= _ . ]
This is 'C' has in all 93 Character
Tags:
0 comments:
Post a Comment