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

The Effects of Technology on Consumer Lending

In a world that keeps evolving and with customers’ expectations always on the rise, it is only necessary for any business to harness the power of technology. Today, most companies in the commercial sector are on their toes to digitalize their systems and remain relevant in the current market. The lending industry is one of […]

The Effects of Technology on Consumer Lending Read More »

C program to read a file and print its contents

How to write a C program to read a file and print its contents? Can I print the contents of a file? How to print the contents of a file in C? Write a C program to read the contents of a file and display it on the console? If you are asking any of

C program to read a file and print its contents Read More »

Difference Between C Structures and C++ Structures

Difference Between C Structure and C++ Structure

What is the difference between C structures and C++ structures? Comparison chart of C structures vs C++ structures? Can I define a function in a struct? Is it possible to set default values for C struct members? Do C structures support access modifiers? C structures vs C++ structures Can we declare a function inside the

Difference Between C Structure and C++ Structure Read More »

Can a local variable memory be accessed outside its scope in C/C++?

Many newbies ask this question, “can a local variable memory be accessed outside its scope in C/C++?”. So in this post, I will explain this question but before explaining it let’s understand the meaning of the local variable. What is a local variable in C/C++? A local variable is a variable that is given local

Can a local variable memory be accessed outside its scope in C/C++? Read More »

How to create and use shared pointer in C++?

In this tutorial, you will learn “how to create and use a shared pointer in C++”. This tutorial will be specific to shared pointers, so the primary pre-requisite of this tutorial is that you should have basic knowledge about pointers and smart pointers. If you don’t have the basic knowledge of pointers and smart pointers,

How to create and use shared pointer in C++? Read More »

How to create and use unique pointer in C++?

In this tutorial, you will learn “how to create and use a unique pointer in C++”. This tutorial will be specific on unique pointers, so the primary pre-requisite of this tutorial is that you should have basic knowledge about pointers and smart pointers. If you don’t have the basic knowledge of pointers and smart pointers, you

How to create and use unique pointer in C++? Read More »

Best Programming Language for AI and Examples

Artificial Intelligence is the next big thing. Almost every tech company is investing in AI, and it’s transforming everything from transportation to healthcare. It can also be an excellent way for anyone to make money online. But before someone dives into this exciting world, there are some things they should know about programming languages for

Best Programming Language for AI and Examples Read More »

What are smart pointers and when should I use one?

In this tutorial, you will learn smart pointers and why and how to use the smart pointer in C++ programs. We will see first what are smart pointers and when we should use them. The primary pre-requisite of this tutorial is that you should have basic knowledge about pointers. Before understanding the application of smart

What are smart pointers and when should I use one? Read More »

What is the difference between char array and char pointer in C?

In this tutorial, you will learn the difference between char array and char pointer (char [] vs char *). Both array and pointer have a close relationship to each other but both are different types and have different concepts in C programming. You can consider other important topics: Difference between pointer and array in C.

What is the difference between char array and char pointer in C? Read More »

Difference between malloc and operator new (malloc vs new)

In this tutorial, you will learn the difference between malloc() and operator new ( malloc vs new). Both new and malloc() are used for dynamic memory allocation. But they are different from each other. The primary difference between new and malloc is that new is an operator and returns a type-safe pointer to initialized memory

Difference between malloc and operator new (malloc vs new) Read More »

← Previous 1 … 24 25 26 … 81 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2026 Aticleworld | Powered by Aticleworld