Input or output in c

Input or output in c program


      Input is a charcter type keyword which is use in c program set of variable in your program
             
      Int  a,b;
 
    Where a,b input your program


 Out in c program
  Out is last Step of your program it help you see your program results on window

       Out results
 
                    a+b

Comments

Popular Posts