There is a very close relationship between pointer and array notation in C. As we have seen already the name of an array ( or string ) is a...
Read More
Showing posts with label C programming language. Show all posts
Showing posts with label C programming language. Show all posts
Types of Data Structures
A data structure is an arrangement of data in a computer's memory or even disk storage. Data structures can be classified into two typ...
Read More
C++ Tokens
The smallest individual unit in a program is known as token. These elements help us to construct statements, definitions, declarations, an...
Read More
Binary Search in C programming language
If we look at the questions viz. How do we search for a person’s telephone number? If we know only the person’s name. and How difficult is ...
Read More
INTRODUCTION TO OBJECT ORIENTED CONCEPTS
The programming languages deal with two important aspects – data and algorithm. Data is the main substance of the program and the algorithm...
Read More
What are Procedural, Structured and Object oriented programming
What is Procedural programming? The procedural programming focuses on processing of instructions in order to perform a de...
Read More
What are Pseudocodes?
What are Pseudocodes? Since each programming language uses a unique syntax structure, understanding the code of multiple languages can be...
Read More
Algorithm and Flowcharts
What is an Algorithm? It is an effective step-by-step procedure to perform the solution to a given problem. It can be expresse...
Read More
Constants an types of Constants in C programming language
Constants Constant is a quantity whose value cannot be changed during program execution. The different types of Constants which are su...
Read More
Switch statements in C programming language
Switch statements The switch statement is a multi-way decision that tests whether an expression matches one of a number of constant integ...
Read More
Subscribe to:
Posts (Atom)