'while' Loop:-

                               while loop is the simplest loop of  c language. This loop executes one or more statements while the given condition remains true. it is useful when the number of iterations is not known in advance.

Syntax:-

        The syntax of  while loop  is follows:
     while(condition)
         Statement;

Flow Chart

  
While Loop Flow Chart(teachcoding.blogspot.com)


Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

Protected

Protected by Copyscape
 
Learn Programming © 2017. All Rights Reserved. Shared by WpCoderX
Top