Programming Language

1. ) Turbo C ++ Code :


                                      1:  Simple Program of Addition


                                     pgm :



                                             #include<iostream.h>  //Header File

                                              #include<conio.h>          //header File 


                                    void main()
                                 {

                             clrscr();  / *for clear the output screen*/
                            cout<<20+5; /* Print what in 'cout<<' */
                           getch();  /* for get any character from 'key board', to 'exit' from - 'output' */

                                   }                                                     

                                Output : 
                                             25

                                               /*Click That Lesson, To  View Videos More Videos About C++*/

No comments:

Post a Comment