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 declare variables for integer , float,point&char data types

This program is to print the variables for integer ,float,point,char data type.

Steps for problem solving.

Defining the problem, designing the problem, coding the program, testing and debugging, syntax errors

DOS concepts and commands .

Here we will be having files, drives and directions

Program to explain simple if

This is a simple basic program to check condition.

Program to explain logical operators.

This program explains about the usage of logical operators . !!,&&.

Program to explain increment and decrement operators.

This is a basic program which explains those operators

Program to explain comma operators.

It means commas are used in between the conditions.

Program to explain relational operators.

Relational operators are the basic programming concepts

Program to explain pointers to strings.

Using 'char' data type we construct a program.

Program to explain pointer to pointer.

This program explains how can one pointer points another pointer.

Program to explain sorting using pointers.

This program explains about sorting concept. Which is the arrangement of elements in ascending or descending order.

Program to read integers into file

This program explains to read integers values into file. File pointers are used here. fopen() and fclose() are used to explain how to read integers