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
check date validity

C program to check valid date (date is valid or not)

There are a lot of people who don’t know how to check the valid date and make mistakes at the time of the creation of the date. In this article, I will describe the way to how to create and check the validity of the date. Whenever you require to create a date manually then […]

C program to check valid date (date is valid or not) Read More »

Token Pasting Operator in c

Token Pasting Operator in c, you should know

Token Pasting Operator (##) is sometimes called a merging or combining operator. It is used to merge two valid tokens, it is the reason we called it token concatenation. In C language, the ## preprocessing operator performs token pasting. At the time of macro expanding two valid taken combined to each other and create a

Token Pasting Operator in c, you should know Read More »

typedef vs #define in C

typedef vs #define in c, you should know

In my previous post, I have written on typedef and its application. I have found that there is a lot of students and fresher that think typedef and #define both are the same things. In this article, I will describe the differences between the typedef and #define in C (typedef vs #define in C). typedef

typedef vs #define in c, you should know Read More »

count number of words

Program to Count Number of Words in a Given String and File

We can easily count number of words in a given string or file to search the space between the words. In this article, I will write a program to count number of words in a given string and file. Steps to count number of words 1. Pass the string as input. 2. Using while loop

Program to Count Number of Words in a Given String and File Read More »

Windows Registry

Reading And Writing Windows Registry Using WinAPI

If you are the windows application or driver developer, then might be you need to access the windows registry. In this article, I will describe the way to how to create and access the key in windows registry. Here, I am assuming you are familiar with windows internals and API. If you are not familiar

Reading And Writing Windows Registry Using WinAPI Read More »

dangling pointer and memory leak

Difference between dangling pointer and memory leak

There are a lot of people who asked me the difference between the dangling pointer and memory leak. I have found that some people understand both are the same things. In this article, I will not only discuss the basic difference between a dangling pointer and a memory leak but also discuss some important points

Difference between dangling pointer and memory leak Read More »

pointer inside a structure

How to access pointer inside structure in C

It is not a big deal to access pointer inside a structure in c but still, there are a lot of people who make mistakes. In this article, I will write a method to describe the way to how to access a pointer from a structure. Here I am assuming you have already knowledge of

How to access pointer inside structure in C Read More »

popular blog posts

A Look At the Top 5 C language Blog Posts on aticleworld

I am very glad to share here my top 5 blog posts that performing very well. Before I jump into the Top 5 blog Posts on aticleworld though, I wanted to start with a some of the popular aticleworld pages. These pages are actually viewed more often than blog posts. The Top 2 Most Popular

A Look At the Top 5 C language Blog Posts on aticleworld Read More »

Function Pointer in C – Complete Guide with Examples

A pointer to function in C is one of the most important pointer tools which is often ignored and misunderstood by the people. Generally, people face the problem with function pointer due to an improper declaration, assignment and dereferencing the function pointer. Misunderstanding of the fundamental concept of function pointers can create issues in the

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 »

← Previous 1 … 65 66 67 … 76 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2025 Aticleworld | Powered by Aticleworld