बिजनेस मार्केटिंग का लो कॉस्ट फंडा , अपने मोबाइल से ऑटो sms भेजकर मार्केटिंग करे विजिट करे http://autotextsms.com/ बिजनेस मार्केटिंग का लो कॉस्ट फंडा http://autotextsms.com/

Search This Blog

Translate

c understand algorithms and flow chart with examples

flow charts and algorithms,algorithm and flowchart in c programming,algorithm and flowchart pdf, pseudocode and flowchart examples,flowchart vs algorithm,c programming flow chart,pseudo code flowchart symbols,flowchart programming examples,



c understand algorithms and flow chart with examples

Algorithms and Flowchart

Algorithms
  1. A sequential solution or step by step instruction of any program that written in human language like English ,called algorithm.
  2. Algorithm is first step of the solution process, after the analysis of problem, programmer write the algorithm of that problem.
  3. Example of Algorithms:
Q. Write a algorithm to find out number is odd or even?
Ans. 


step 1 : start
step 2 : input number
step 3 : rem=number mod 2
step 4 : if rem=0 then
               print "number even"
           else
               print "number odd"
           endif
step 5 : stop



Flowchart

1. Graphical representation of any program is called flowchart.
2. There are some standard graphics that are used in flowchart as following:








. Make a flowchart to input temperature, if temperature is less than 32 then print "below freezing" otherwise print  "above freezing"?
Ans.


flow charts and algorithms,algorithm and flowchart in c programming,algorithm and flowchart pdf, pseudocode and flowchart examples,flowchart vs algorithm,c programming flow chart,pseudo code flowchart symbols,flowchart programming examples,



Cprogram99.blogspot.com helps you computer programing or basic c programm blog you find guideline to learn c programming,how to learn c language,learn c language,learn c programming online learning c language also blog contains c programming notes which helps you  learn c programming pdf ,learn c language online,learning programming learning c programming, learn c programming step by step, c programming basics notes how to learn programming in c, learn programming in c, learn c programming online free c programming learning, learn c program,learning c language online,learn programing learn c programming language,learn c programing,easy way to learn c language computer programing basics


C Program example List