electronic lock using 8051

Electronic digital lock using the 8051 microcontroller and keypad

In this article, we will make an electronic digital lock using the 4×3 keypad and 8051 microcontroller, basically, an electronic lock is password protected lock and it is an application of a keypad. Door lock system is an example of the electronic lock and it’s protected by a password, which only unlocks with a specific password and operated […]

Electronic digital lock using the 8051 microcontroller and keypad Read More »

Operator in c

Operators in C/C++ language,you must know

Operators are the backbone of any programming language. So C/C++ programming language is incomplete without the operators. The C/C++ programming language support mainly three types of operators unary operators, binary operators, and ternary operator (Conditional-expression operator).     Operators in C/C++ programming gives the direction to the compiler to perform the specific task. C language

Operators in C/C++ language,you must know Read More »