Skip to content
  • Home
  • C Tutorial
  • C Programming Examples
  • Interview Questions
    • C Interview Questions
    • Embedded C Interviews
    • Interview Questions On bitwise Operators C
    • Interview Questions On Memory Allocation C
    • Interview Questions on string C
    • Multiple Choice Questions In C
    • C++ Interview Questions
    • I2C Interview Questions
    • Programming Language MCQ
    • Python Interview Questions
    • Can protocol interview questions
    • C# Interview Questions
  • Video Courses
    • Embedded System
      • Mastering Microcontroller
      • Mastering RTOS
      • Embedded Linux
      • Arduino Step by Step
      • Ultimate Guide to Raspberry Pi
      • Electronics and PCB Design
      • VHDL and FPGA Development
      • Learn electricity & electronics
      • PLC Programming From Scratch
    • Data Science Course
      • Data Science Course 2020
      • Machine Learning A-Z
      • Machine Learning, Data Science and Deep Learning
      • Python for machine Learning
      • Statistics for Data Science, Data and Business Analysis
    • Programming Languages
      • C
      • C++
      • HTML and CSS
      • Javascript
      • Java
      • Python
      • Sql
    • Web Development
      • Angular
      • Complete JavaScript Course 2020
      • Modern React with Redux
      • Complete Cyber Security
      • Web Development Bootcamp
      • Web Developer zero to Mastery
    • Game Development
      • Complete C# Unity Developer 2D
      • Complete C# Unity Developer 3D
      • Unreal Engine C++
      • RPG Core Combat Creator
  • Tools
  • Blog
  • MCQ’s
  • Blog Post
  • MCQs
  • RECOMMENDED RESOURCES AND TOOLS FOR BEGINNERS
C program to convert Hexadecimal to Decimal

C program to convert Hexadecimal to Decimal

In this blog post, we will see the C program to convert Hexadecimal to Decimal. In the interview, people ask the below questions, How will you convert hexadecimal to decimal value? Write a C program to convert hexadecimal number system value to decimal number system? Implement logic to convert a hexadecimal number to a decimal […]

C program to convert Hexadecimal to Decimal Read More »

Difference between malloc and calloc (malloc vs calloc)

Difference between malloc and calloc (malloc vs calloc)

The basic difference between malloc and calloc function is that calloc() takes two arguments and the space is initialized to all bits zero while malloc takes only one argument and the space value is indeterminate. Both malloc and calloc are memory management functions which use to allocate the memory dynamically. In C language, calloc() gives

Difference between malloc and calloc (malloc vs calloc) Read More »

Difference between pointer to an array and array of pointers

Difference between pointer to an array and array of pointers

Array and pointer have a close relationship but both are different concepts in C programming. In this blog post, I will discuss the difference between pointer to an array and array of pointers. Pointer to an Array: A pointer is a very important concept of C language.  We can create a pointer to store the

Difference between pointer to an array and array of pointers Read More »

PIC microcontroller tutorials with C programming

PIC microcontroller tutorials with C programming

You are looking for a PIC Microcontroller tutorials, then you are at the right place. Here I have tried to create a collection of some C programs related to the PIC Microcontroller The PIC Microcontroller programming tutorials help a beginner to learn about the interfacing of several electronic devices such as LED, LCD, Keypad, Timer…etc

PIC microcontroller tutorials with C programming Read More »

How to make(build) a calculator using Pic microcontroller

How to make(build) a calculator using Pic microcontroller

In this blog post, we learn how to build calculator using PIC Microcontroller. Calculator with PIC Microcontroller(16f877A ) is a complicated project. Complicated in the way that code is lengthy and logical. Here I assumed you already know how to interface LCD  and Keypad with PIC Microcontroller. But if you don’t know how to interface

How to make(build) a calculator using Pic microcontroller Read More »

Matrix keypad interfacing with PIC Microcontroller

Matrix keypad interfacing with PIC Microcontroller

In this blog post, we will learn 4×4 keypad interfacing with PIC Microcontroller. A keypad interfacing with PIC Microcontrollers is interesting. A keypad is an organized matrix of switches in rows and columns and it comes in the various form like a numeric keypad, alphanumeric keypad. It also comes in different sizes like 4×3, 4×4,

Matrix keypad interfacing with PIC Microcontroller Read More »

Character LCD Interfacing with PIC Microcontroller 4 bit mode

16*2 LCD Interfacing with PIC Microcontroller in 4-bit Mode

In this blog post, we will learn 4 bit LCD interfacing with PIC Microcontroller (PIC16F877A). In my previous blog post, we discussed “how to interface 16×2 LCD with PIC Microcontroller (PIC16F877A) in an 8-bit Mode“. Here I assume that you already know how to interface LCD in 8-bit mode. Here we will also see the

16*2 LCD Interfacing with PIC Microcontroller in 4-bit Mode Read More »

Character LCD Interfacing with PIC Microcontroller in 8-bit Mode

16*2 LCD Interfacing with PIC Microcontroller in 8-bit Mode

In this blog post, we will learn how to interface 16*2 Alphanumeric LCD with PIC Microcontroller (PIC16F877A) in an 8-bit Mode. We will also see the circuit diagram of  LCD 8-bit interfacing with PIC Microcontroller. Nowadays alphanumeric LCD is used in many devices to display the message, like printer, coffee machine, remote, etc. Alphanumeric LCD

16*2 LCD Interfacing with PIC Microcontroller in 8-bit Mode Read More »

Push button interfacing with PIC microcontroller

Push button interfacing with PIC microcontroller

In the article, we will learn push button interfacing with PIC Microcontroller. Like another Microcontroller PIC also provide the GPIO (General Purpose input-output) pins. We can interface input-output devices (Led, Switch, Adc, Sensors, ..etc)  to GPIO pins. Here we learn how to control a led using an SPST (single pole single throw) switch. An Led

Push button interfacing with PIC microcontroller Read More »

Led Interfacing with PIC Microcontroller

Led Interfacing with PIC Microcontroller

In the article, we will learn led interfacing with PIC Microcontroller. Like another microcontroller PIC also provide the GPIO (General Purpose input-output) pins. We can interface input-output devices to GPIO pins. The LED interfacing with PIC Microcontroller program is very sample.  If you want to toggle the led blinking then you need to toggle the

Led Interfacing with PIC Microcontroller Read More »

← Previous 1 … 53 54 55 … 76 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2025 Aticleworld | Powered by Aticleworld