You are on page 1of 27

-



,

.

:

(Flow Chart)



.

.

.

:

.

(Two
Way Branching)

/
.

(Iteration)

:


.

If.then
If.thenelse.
For.to.do
While..do.


start
read length, breadth and height
volume=length*breadth*height
print volume
end

- Dennis Ritchie

(Portability)

, .

(Application Software)

(Constant)

(Identifiers)
(Punctuation)
(Keywords)

(Constant)
int
float
char

string

(Identifiers)

(constant),

(function),

(data type)
.

E.g., a, length, x_value, a123

(Punctuation)

(Keywords)
auto
break
case
char
const
continue
default
do
double

else
enum
extern
float
for
goto
if
int
long

register
return
short
signed
sizeof
static
struct
switch
typedef

union
unsigned
void
volatile
while

(Pointers)


.

y=&x

++, --, &, !



+, -, *, /, %

<, >, <=, >=, ==, !=

-
#include<stdio.h>
main()
{
printf(hello world)
}

You might also like