Advantages and disadvantages of linked list

Advantages and Disadvantages of linked lists

November 28, 2018 admin 0

In this article we are going to explain the advantages and disadvantages of linked lists used in C++ programming. The linked lists are the best example of an energizing data structure that uses indicators or cursors for its execution. Therefore, {Read More}

No Image

operators and expressions in c

November 20, 2018 admin 0

The sign that are used to complete  logical & mathematical operations in c programs are called operators.consider the expression A+B*10 inside +,*. are operators, A,B are  variables, and 10 is constant. and A+B*10 is an expression.There are different types of {Read More}

Object Oriented Programming

introduction of c language

November 19, 2018 admin 0

C is a high programming language, used in common  purpose programming, developed by Dennis Ritchie at AT&T Bell laboratory in USA in 1969 and 1973.It was mainly developed as a system programming language  to write operating system. Like syntax of Java {Read More}

No Image

What is loop in c programming language

November 18, 2018 admin 0

some time we need a statement to repeat again and again. In general, statements are executed sequentially. The first statement in a function is executed first and second statement is executes after 1st and and so on. Programming languages provide {Read More}

No Image

5 LEDs Chaser Using Transistors

November 13, 2018 admin 0

This simple 5-channel LED chaser using transistors can be used in any application requiring LED light effects. This circuit is build by using npn transistors, capacitors and resistors. 5 LEDs are blinking as shown in this video gif . you {Read More}

2-transistor FM transmitter Circuit Diagram

Two transistor FM transmitter

June 12, 2018 admin 0

In a previous post, I made one transistor FM transmitter that is also very nice and easy to make. This is just another one, a two-transistor FM transmitter. It has two stages. In the first stage, amplifying the audio signal and {Read More}

No Image

Data Types In C-Programming With Examples

October 16, 2017 admin 0

Data types in C-Programming refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and how the bit pattern stored is interpreted.  Data {Read More}