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

User Defined Function in C

In this tutorial, we will learn abt the user-defined function in C programming language. Let us start by understanding what is user-defined function in C. A function refers to a block of code that performs a specific task. User-defined functions …

Read moreUser Defined Function in C

Categories C Tutorial

Sunny Number Program in C

Let us go through a C program to check whether the number is Sunny Number or Not. 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 …

Read moreSunny Number Program in C

Categories C Programs Tags c special number 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 if the number is happy number or not. Let us start by defining a happy number. Happy Number A number is said to be a happy number if it …

Read moreHappy Number Program in C

Categories C Programs Tags c special number 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

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. while loop if..else statement A number is said to be an automorphic number if the square of the …

Read moreAutomorphic Number Program in C

Categories C Programs

C Program to Reverse a Number using for loop

In this tutorial, we will write a reverse number in C using for loop. Before that, you may go through the following topics in C. C program to reverse a number using for loop This is a reverse number program …

Read moreC Program to Reverse a Number using for loop

Categories C Programs Tags c loop programs, c number programs

C Program to Find the Frequency of Characters in a String

Here, we will write a C program to find the occurrence of a character in a string. Before that, you may go through the following topic in C. We will look at two examples to calculate the frequency of characters …

Read moreC Program to Find the Frequency of Characters in a String

Categories C Programs Tags c string programs

C Program to Convert Uppercase to Lowercase and Vice Versa in a string

In this tutorial, we will learn to write a C program to convert uppercase to lowercase and vice versa. Before that, you may go through the following topic in C. C Program to Convert Uppercase String to Lowercase String Explanation: …

Read moreC Program to Convert Uppercase to Lowercase and Vice Versa in a string

Categories C Programs Tags c string programs
Older posts
Newer posts
← Previous Page1 … Page7 Page8 Page9 … 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