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# Interview Questions

C# Interview Questions and Answers,You Need To Know

This article is mainly focused on the most repeatedly asked and the latest updated C# interview questions that are appearing in most of the current C# interviews. If you are looking for “C# interview questions” or  “advanced c# interview questions, then you at the right place. Previously I have created a list of C interview […]

C# Interview Questions and Answers,You Need To Know Read More »

C Interview Questions for Experienced

C Interview Questions for Experienced with Answer

This article is mainly focused on the most repeatedly asked and the latest updated C interview questions that are appearing in most of the current C interviews. If you are looking for C interview questions for an experienced developer or C interview questions for experienced with answer, then you are at the right place. Here

C Interview Questions for Experienced with Answer Read More »

SPI Interview Questions

SPI Interview Questions,You should know

If you are looking for “SPI interview questions” or  “SPI protocol basics, then you at the right place. Previously I have created a list of “embedded c interview questions” that is liked by many people. I have got the response to create a list of interview questions on the “SPI Protocol”. So here I have

SPI Interview Questions,You should know Read More »

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 »

← Previous 1 … 58 59 60 … 81 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2026 Aticleworld | Powered by Aticleworld