Chiranji Nagarani

I've been pursuing my graduation . And im very much interested in content writing and article writing. And I love to explore.

Student at University college of engineering and technology for women

Studied at Model high school

Certified in Line follower robot workshop

Program to explain the forward go-to.

Here we explained about forward go-to .

Program to print the decreasing triangle of star patterns.

This is the decreasing pattern of a triangle using stars.

Program to find length of the string

It is to print how many digits or letters of strings are printed.

Program to explain using for print natural numbers from 1 to 10 using for.

This programs explains the printing of natural numbers in a given range .

Program for searching of an element

This program explains the searching of an element.

Transfer file properties.

This explains about the properties of transfer files.

Main features of java

The main features of java are simple, robust, and connectivity etc. ... They explain how easy the Java programming language is.

Data structures tree

This is the basic division of types of data structures. It has primitive and non-primitive data structures. They further have sub divisions .

Virtual base class

Virtual base classes are used in virtual inheritances. Using the word virtual before class represents that to avoid the multiple instances of a virtual inheritance. It means that we want that to be a single time. Virtual base class is analogous to virtual inheritance. It is used in 'Run time polymorphism' . Let us consider an example of w,x,y,z . W is derived from class x and y. here x and y are previously derived from z. It means multiple instances of inheritance.

Program to explain 1-D array using pointers.

Let us first know what is pointer? A pointer *ptr is a variable which stores the address of another variable. Here 1-Dimensional arrays use simole array concept. In this program the elements of array are initialized first and then introducing pointer took place . Then using for loop we arrange the elements into an array.