c program to exchange values of two numbers algorithm

C program to exchange values of two numbers(flowchart)
  1. start
  2. input a,b,c
  3. c = a then
  4. a=b
  5. b=c
  6. print a,b
  7. stop 

Comments

Popular posts from this blog