DigitalSanjiv

Features of Java

Features of Java

Features of Java   History of Java Java was conceived by James Gosling Patrick Naughton, Chris Warth, Ed Frank and Mike Sheridan in Sun Microsystems. Inc., in 1991. It took 18 months to develop the first working version. This language was initially called ‘Oak’ but was renamed “Java” in 1995. Between the initial implementation of

Features of Java Read More »

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 »

dynamic memory allocation in C

Dynamic Memory Allocation in C: malloc(), calloc(), realloc() and free() Explained with Examples

What is Dynamic Memory Allocation in C? Updated March 2026 Dynamic memory allocation in C is a technique that allows your program to request memory at runtime — while the program is actually running — instead of fixing the memory size at compile time. If you have ever written a C program and declared an

Dynamic Memory Allocation in C: malloc(), calloc(), realloc() and free() Explained with Examples Read More »