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

How to use and Implement own memset in C

The memset function copies the value of c (converted to an unsigned char) into each of the first n characters of the object pointed to by s. Syntax memcpy in C: void *memset(void *s, int c, size_t n); Parameters: s— pointer to the destination object. c— Value to be filled. n — Number of bytes […]

How to use and Implement own memset in C Read More »

8051 Microcontroller Interview Questions and Answers

This article is mainly focused on the most repeatedly asked and the latest updated 8051 Microcontroller Interview Questions and Answers. If you are looking for “8051 Microcontroller Interview Questions ”, then you are at the right place. Here I have tried to create some collection of “8051 Microcontroller Interview Questions with answers” that might ask

8051 Microcontroller Interview Questions and Answers Read More »

Ado.net MCQ (Multiple choice questions) and answer

Ado.net MCQ (Multiple choice questions) with answers and explanations for placement tests and job interviews. These solved Ado.net Programming MCQ questions are useful for the campus placement of all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our Ado.net MCQ ( Ado.net Multiple Choice Questions )  focuses on all areas of the

Ado.net MCQ (Multiple choice questions) and answer Read More »

C# MCQ: C# Multiple Choice Questions And Answers

C# MCQ with answers and explanations for placement tests and job interviews. These solved C# programming MCQ questions are useful for the campus placement of all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc.   Our C# MCQ ( C# multiple Choice Questions ) focuses on all areas of the C# programming

C# MCQ: C# Multiple Choice Questions And Answers Read More »

C MCQ: C Multiple Choice Questions And Answers

C MCQ with answers and explanations for placement tests and job interviews. These solved C programming MCQ questions are useful for the campus placement of all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C MCQ ( C multiple Choice Questions ) focuses on all areas of the C programming language.

C MCQ: C Multiple Choice Questions And Answers Read More »

C++ MCQ: OOPS Multiple Choice Questions

C++ MCQ with answers and explanations for placement tests and job interviews. These solved C++ Programming MCQ questions are useful for the campus placement of all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C++ MCQ ( C++ Multiple Choice Questions )  focuses on all areas of the C++ programming language.

C++ MCQ: OOPS Multiple Choice Questions Read More »

Function in C_Types,_Advantages and Use

Function in C: Types, Advantages and Use

A function is a set of statements that together perform a specific task.  Every C program consists of one or more functions. The main() function is mandatory for the C program because it is the entry point of your C code from where your program is executed. Before starting the function let’s see the advantage

Function in C: Types, Advantages and Use Read More »

C program to find number of days in a month

C program to find number of days in a month

In this blog post, we learn how to write a C program to find number of days in a month?. We will write the C program to find number of days in a month. Write a C program to input the month from the user and find the number of days. How to find a

C program to find number of days in a month Read More »

CALL BY VALUE AND CALL BY REFERENCE IN C

Call by Value and Call by Reference in C

We can pass the value in function two ways call by value or call by reference. These two ways are generally differentiated by the type of values passed to them as parameters. In this article, we will see call by value and call by reference.   So let’s start with the call by value. call

Call by Value and Call by Reference in C Read More »

Number Guessing Game Program in C++ (GAME PROJECT)

Number Guessing Game Program in C++ (GAME PROJECT)

Nowadays people like online games. So, I have decided to write a series of articles where I will describe all the things related to online games. I will also write articles on slot machine games and their terminology with GLI (Gaming Labs International) certification. Like the other games, we also need to write a program

Number Guessing Game Program in C++ (GAME PROJECT) Read More »

← Previous 1 … 48 49 50 … 81 Next →
Best Gift for Programmers,Coders, and Techies

Copyright © 2026 Aticleworld | Powered by Aticleworld