TallyPrime Installation

TallyPrime Download and Installation

TallyPrime Installation and Download   TallyPrime is a all new business management software for SMEs by Tally Solutions. It is a best business management software to manage transactions related to accounting, inventory, banking, taxation, and payroll etc. TallyPrime Installation is as simple as 1,2,3…… Before jumping in to installation, let’s have a look on its […]

TallyPrime Download and Installation Read More »

Object Oriented Programming

Object Oriented Programming Features

Object Oriented Programming System   The Computer Programming model, which uses objects and classes in its design, rather than relying on functions and procedures is called Object Oriented Programming(OOP). OOP works on data called object. An object is a combination of data and methods. The objects having similar properties can be grouped together to form classes. An

Object Oriented Programming Features Read More »

Recursion in C

Recursion in C

Recursion in C Recursion A function can call itself directly or indirectly is called recursion, and the function  that calls itself (directly or indirectly) is known as recursive function. In C Language, any function can call itself, including main( ) function. Example        main( )       {               printf(“Ha Ha Ha…!  I cannot stop

Recursion in C Read More »