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

Algorithm and Flowchart to find Factorial of a number

This is the tutorial we will write an algorithm to find the factorial of a number, we will also learn to draw a flowchart to find Factorial of a number. You may go through the topic below to learn more …

Read moreAlgorithm and Flowchart to find Factorial of a number

Categories C Tutorial

C++ Classes and Objects

C++ is an Object-Oriented Programming Language and classes and objects are the fundamental components of OOP’s. Everything in C++ is linked with classes and objects. The main purpose of C++ is to introduce the OOPs concept in the C programming language …

Read moreC++ Classes and Objects

Categories CPlusPlus Tutorial

C++ Object Oriented Programming (OOP) Concepts

The main purpose of C++ is to introduce the OOPs concept in C programming language which is a powerful language. OOP is a concept of using objects in programming. It is a paradigm that uses objects and classes that aim …

Read moreC++ Object Oriented Programming (OOP) Concepts

Categories CPlusPlus Tutorial

Java Program to check Krishnamurthy Number

In this tutorial, we will learn about Krishnamurthy numbers and write a Krishnamurthy Number program in Java. We will write two programs for Krishnamurthy number in java. Krishnamurthy Number A number is said to be a Krishnamurthy Number if the …

Read moreJava Program to check Krishnamurthy Number

Categories Java Programs Tags java special program

Java Program for ISBN Number

In this tutorial, we will learn about the ISBN (International Standard Book Number) and write a program to check for the ISBN Number in Java ISBN number program in java. ISBN is a 10-digit unique number that is is carried …

Read moreJava Program for ISBN Number

Categories Java Programs Tags java special program

C++ Memory Management

Memory management refers to the process of managing the computer memory while assigning the space to the program’s variable to improve the overall performance. Requirement of Memory Management. We know that data in arrays are stored in a homogeneous way. …

Read moreC++ Memory Management

Categories CPlusPlus Tutorial

C++ Pointer to Pointer

As we know by now that a pointer stores the address of the pointed variable. But it is not the only use, pointer also stores the address of another pointer forming a chain like structure. When we defined the pointer …

Read moreC++ Pointer to Pointer

Categories CPlusPlus Tutorial

C++ Passing Pointers to Functions

A function is a user-defined block of codes that executes some specific task assigned to it invoked by its name. If there is an argument to be passed while calling a function then it is called actual arguments. There are …

Read moreC++ Passing Pointers to Functions

Categories CPlusPlus Tutorial

C++ Null Pointer

We use a null pointer when we do not have the exact address to assign to a pointer. It is considered a good practice and null is assigned at the time of declaration. Therefore the pointer with a null value …

Read moreC++ Null Pointer

Categories CPlusPlus Tutorial

C++ Pointers and Arrays

In this section, you will learn how pointers and arrays are related to each other. Before that, you should have knowledge on the following topics in C. C++ Arrays C++ Pointers Pointers and arrays are strongly related to each other. …

Read moreC++ Pointers and Arrays

Categories CPlusPlus Tutorial
Older posts
Newer posts
← Previous Page1 … Page34 Page35 Page36 … Page76 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