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
Pre-increment and Post-increment in C/c++

Pre-increment and Post-increment in C/C++

In this blog post, we will learn pre-increment and post-increment in C/C++ with some example programs. We will also see what is the difference between pre-increment and post-increment operators and why in c++ pre-increment return lvalue and in C rvalue.   What is a pre-increment operator? A pre-increment operator (++)  is used to increment the […]

Pre-increment and Post-increment in C/C++ Read More »

What is Memory Leak in C

What is Memory Leak in C/C++? How can we avoid?

In this tutorial, you will learn what is a memory leak and what is the causes of memory leaks in C/C++ programming. You will also leak to how to avoid memory leaks in C/C++ with programming examples. What is Memory Leak? A memory leak is a curse for software because software shows undefined behavior due

What is Memory Leak in C/C++? How can we avoid? Read More »

Designated Initializers in C

Designated Initializers in C,You should know

Standard C90 requires the elements of an initializer to appear in a fixed order, the same as the order of the elements in the array or structure being initialized. In ISO C99 you can give the elements in any order, specifying the array indices or structure field names they apply to, and GNU C allows

Designated Initializers in C,You should know Read More »

What is a Null Pointer in C

What is a Null Pointer in C/C++?

In this article, you will learn about NULL Pointers with the help of programming examples. If you don’t know what is pointer I recommend you first learn what a pointer is, you can check my other post “Pointer in C/C++“.   So let’s start the article with the introduction of NULL pointers.   What is

What is a Null Pointer in C/C++? Read More »

Wild pointers in C

What are wild pointers in C and How can we avoid?

What are wild pointers in C? Uninitialized pointers are known as wild pointers. The behavior of uninitialized pointers is undefined because they point to some arbitrary memory location. Wild pointers may cause a program to crash or behave badly. Note: Generally, compilers warn about the wild pointer. int *ptr; //ptr is wild pointer   Let see

What are wild pointers in C and How can we avoid? Read More »

Pointer Interview Questions in C

Pointer Interview Questions in C/C++ with Answers (2025)

This article is mainly focused on the most repeatedly asked and the latest updated Pointer Interview Questions in C that appear in most of the C/C++ interviews. If you are looking for “Pointer Interview Questions in C/C++” or “advanced questions on pointers in C/C++, then you are at the right place. Here I have tried

Pointer Interview Questions in C/C++ with Answers (2025) Read More »

C++ Constructors and destructors interview questions

C++ Constructors and destructors interview questions

This article is mainly focused on the most repeatedly asked and the latest updated C++ constructors and destructors interview questions that are appearing in most of the C++ interviews. If you are looking for “C++ constructors and destructors interview questions ” or “advanced questions on constructors and destructors in C++, then you at the right

C++ Constructors and destructors interview questions Read More »

No internet dinosaur Game

How to Play No internet dinosaur Game – Both Online and Offline

Many of us love to play Chrome’s Hidden Dinosaur Game if your internet went down. In this blog post, I will explain how you can play Chrome’s Hidden Dinosaur Game both online and offline.   No internet dinosaur game (Chrome dino or Trex game offline)- offline: So first see how we can play the no

How to Play No internet dinosaur Game – Both Online and Offline Read More »

Interview Questions on Inheritance in C++

Interview Questions on Inheritance in C++

This article is mainly focused on the most repeatedly asked and the latest updated interview questions on Inheritance in C++ that are appearing in most of the C++ interviews. If you are looking for “C++ interview questions on Inheritance ” or “advanced questions on Inheritance in C++, then you at the right place. Here I

Interview Questions on Inheritance in C++ Read More »

nterview questions on the virtual keyword in C++.

Interview questions on virtual keyword in C++

This article is mainly focused on the most repeatedly asked and the latest updated interview questions on the virtual keyword in C++ that are appearing in most of the C++ interviews. If you are looking for “C++ interview questions on virtual keyword” or “advanced C++ interview questions on virtual keyword, then you at the right

Interview questions on virtual keyword in C++ Read More »

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

Copyright © 2026 Aticleworld | Powered by Aticleworld