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

Function Pointer in C – Complete Guide with Examples

A function pointer in C is one of the most powerful and often misunderstood features of the language. Unlike a normal pointer (int *, char*, …etc.) that stores the address of a variable, a function pointer stores the address of a function. In C function pointers are not just an advanced topic but they represent […]

Function Pointer in C – Complete Guide with Examples Read More »

How to access two dimensional array using pointers in C

How to access two dimensional array using pointers in C

I have written a lot of articles on array and pointer if you want you can see this link, C Tutorial. Nowadays many students ask me a question that how to access a multidimensional array with a pointer in C or access two dimensional array using pointers in C I have replied many students but

How to access two dimensional array using pointers in C Read More »

Interview questions on bitwise operators in c

Interview questions on bitwise operators in C

You are looking for Bitwise Operators in C interview questions or tricky Bitwise Operators in C interview questions, then you are at the right place. In my previous post, I have created a collection of “c interview questions”  and “embedded c interview questions that are liked by many people. I have got the response to

Interview questions on bitwise operators in C Read More »

structure in c

structure in C: you should know in depth

The C language supports the user-defined data type like union, enum, and structure in C.  Using the struct keyword we can create the structure in C (User-defined data type). In this article, I will not only discuss the structure but also discuss the new feature that is introduced by the C99 and C11. What is

structure in C: you should know in depth Read More »

string Interview questions in C

Top 15 string Interview Questions in C, might ask by the interviewer.

If you are looking for “string Interview Questions in C”,  then you are at right place. Here you will find some solved and unsolved string Interview Questions in C. For the interviewer, string questions are fascinating generally interviewer ask the questions related to the string algorithm. So here I am creating a collection of some

Top 15 string Interview Questions in C, might ask by the interviewer. Read More »

Online Courses

Learning Programming Language from Online Courses

Nowadays, there is a lot of platform for learning the C/C++ programming language. In old day’s books was the only resource to learn this programming language. But nowadays video tutorial is getting very popular and people take more interest in video tutorial as compared to the books. In this article, I will give you some

Learning Programming Language from Online Courses Read More »

difference between I2C and SPI

Difference between I2C and SPI ( I2C vs SPI ), you should know.

There is a lot of serial communication protocol but in which I2C and SPI are very famous, In this article, I will discuss the difference between I2C and SPI ( I2C vs SPI ). I2C and SPI both are bus protocol to allow the user for short-distance, serial data transfer. I2C is two-wire communication made

Difference between I2C and SPI ( I2C vs SPI ), you should know. Read More »

union in C with Examples Program and Tips (Detail Blog Post)

This blog post will teach you about the union in C programming and its applications. In C, a union is a type that consists of a sequence of members whose storage overlaps. It is the reason union can only hold the value of one of its members at a time. The following topic we will

union in C with Examples Program and Tips (Detail Blog Post) Read More »

Install OpenCV with Visual Studio

Install OpenCV with Visual Studio Project in Windows using Pre-built binaries

In this article, we will study how to install Opencv3.2.0 with Visual Studio 2015 on Windows 10. But it is almost the same for other versions. OpenCV setup with visual studio is very easy but you need to be careful when adding the binary path. To install the OpenCV with Visual Studio Project, we can

Install OpenCV with Visual Studio Project in Windows using Pre-built binaries Read More »

code optimization

8 Tips to Increase the Performance of Your “C” Code.

A good code not only increases the readability but also increases the performance of an application. Nowadays compilers are very smart and they apply many optimizations to increase performance. Here I have listed 8 tips in the infographic that will help you to improve the performance of your application. I believe this list will be

8 Tips to Increase the Performance of Your “C” Code. Read More »

← Previous 1 … 71 72 73 … 81 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2026 Aticleworld | Powered by Aticleworld