Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

CPlusPlus Programs

c++ logo

Neon Number in C++

In this tutorial, we will write a neon number program in Cpp. We will write two different programs. Check for neon number Display the neon number within the range Neon Numbers A number is said to be a neon number …

Read moreNeon Number in C++

Categories CPlusPlus Programs

Keith Number Program in C++

In this tutorial, we will write a Keith number in C++. It is one of the most asked questions in an interview. Before that, you may go through the following topic in C programming. C++ for loop C++ while loop …

Read moreKeith Number Program in C++

Categories CPlusPlus Programs

Singly linked list Program C++

In this tutorial, we will write a C++ program to implement singly linked list. In this program, we will create a separate function for each operation that is to be performed in a linked list. This operation includes: create() insert(): …

Read moreSingly linked list Program C++

Categories CPlusPlus Programs

Peterson Number in C++

In this tutorial, we will learn about the Peterson number and write a C++ program to check if the given number is a Peterson number or not. What is Peterson Number? A number is said to be a Peterson number …

Read morePeterson Number in C++

Categories CPlusPlus Programs

Sunny Number Program in C++

In this tutorial, we will write a C++ program to check for sunny numbers. What is Sunny Number? A number N is said to be a sunny number if the number next to the given number (N+1) is a perfect square. Example: …

Read moreSunny Number Program in C++

Categories CPlusPlus Programs

Happy Number Program in C++

In this tutorial, we will write a C++ program to check happy number. Let us start by defining a happy number. Happy Number A number is said to be a happy number if it yields 1 after a few steps …

Read moreHappy Number Program in C++

Categories CPlusPlus Programs

Automorphic Number program in C++

In this article, we will write a C++ Program for Automorphic Number. The following C++ programming topic is used in the program below. A number is said to be an automorphic number if the square of the given number ends with …

Read moreAutomorphic Number program in C++

Categories CPlusPlus Programs Tags c special number programs

C++ Program to Write Date into a File

In this tutorial, we will write a C++ program to write data into a file and store the information. In order to understand the program, you should have knowledge of the following topic in C++. C++ Files I/O Explanation: First, …

Read moreC++ Program to Write Date into a File

Categories CPlusPlus Programs

C++ Program to Read a File

In this tutorial, we will write a C++ program to read a file and display its contents. In order to understand the program, you should have knowledge of the topic in C++ below. C++ Files I/O Before writing a program: …

Read moreC++ Program to Read a File

Categories CPlusPlus Programs

C++ Program to Find Largest of Two Numbers

In this tutorial program, we will write a program to find the largest of two numbers in C++. We will discuss few ways to do so. We will check two ways: Using if-else satement Using conditional operator. To understand the …

Read moreC++ Program to Find Largest of Two Numbers

Categories CPlusPlus Programs
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page8 Next →

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a numberĀ using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2025 Simple2Code