Skip to content
Code Of Code
Code Of Code
Java
Menu Toggle
Java Lessons
Java Exercises
C
Menu Toggle
C Lessons
C Exercises
C++
Menu Toggle
C++ Lessons
C++ Exercises
Code Of Code
Main Menu
Kotlin
Coming Soon!
Share this:
Twitter
Facebook
Like this:
Like
Loading...
Login
Prove your humanity
2 + 3 =
Remember Me
Forgot Password?
C
Menu Toggle
C Lessons
C Exercises
“Hello, World!” Program in C
Access Array Elements Using Pointer in C
Add Complex Numbers by Passing Structure to a Function in C
Add Two Distances using Structure in C
Add Two Integers in C
Add Two Matrices Using Multi-dimensional Arrays in C
Adding Two Integers In A C Program
Calculate Average Using Array in C
Calculate Difference Between Two Time Periods in C
Calculate Factorial of a Number in C
Calculate Factorial of a Number Using Recursion in C
Calculate G.C.D using Recursion in C
Calculate GCD of Two Numbers in C
Calculate LCM of Two Numbers in C
Calculate Standard Deviation in C
Calculate the Power of a Number in C
Calculate the Power Using Recursion in C
Calculate the Sum of Natural Numbers in C
Check Armstrong Number in C
Check Leap Year in C
Check Prime or Armstrong Number Using User-defined Function in C
Check whether a Character is a Vowel or Consonant in C
Check whether a Character is an Alphabet or not in C
Check Whether a Number can be Expressed as Sum of Two Prime Numbers in C
Check Whether a Number is Even or Odd in C
Check Whether a Number is Palindrome or Not in C
Check whether a Number is Positive or Negative in C
Check Whether a Number is Prime or Not in C
Compute Quotient and Remainder in C
Concatenate Two Strings in C
Convert Binary Number to Decimal and Vice-Versa in C
Convert Octal Number to Decimal and Vice-Versa in C
Copy String Without Using strcpy() in C
Count the Number of Digits in an Integer in C
Count the Number of Vowels, Consonants, Digits and Whitespaces in C
Demonstrate the Working of Keyword long in C
Display Factors of a Number in C
Display Fibonacci Sequence in C
Display its Own Source Code as Output in C
Display Prime Numbers Between Intervals in C
Display Prime Numbers Between Two Intervals in C
Find ASCII Value of a Character in C
Find Largest Element in an Array in C
Find Largest Number Using Dynamic Memory Allocation in C
Find the Frequency of Characters in a String in C
Find the Largest Number Amongst Three Numbers in C
Find the Length of a String in C
Find the Roots of a Quadratic Equation in C
Find the Size of int, float, double and char in C
Find the Sum of Natural Numbers using Recursion in C
Find Transpose of a Matrix in C
Generate Multiplication Table in C
Make a Simple Calculator Using Switch…Case in C
Multiply Two Floating-Point Numbers in C
Multiply Two Matrices by Passing Matrix to a Function in C
Multiply Two Matrices Using Multi-dimensional Arrays in C
Operating Two Floating-point Numbers in C
Print an Integer in C
Print English Alphabet in C
Printing An Integer in C
Remove All Characters in a String Except Alphabets in C
Reverse a Number in C
Sort Elements in Lexicographical Order in C
Store Data in Structures Dynamically in C
Store Information of a Student Using Structure in C
Store Student Information Using Structure in C
Swap Numbers in C
Swap Numbers in Cyclic Order Using Call by Reference in C
Write a Sentence to a File in C
Code Your First C Program!
C#
Menu Toggle
C# Exercises
C# Lessons
C++
Menu Toggle
C++ Exercises
Adding Distances in Inches and Feet in C++
Adding Natural Numbers By Recursion in C++
Adding Natural Numbers in C++
Calculate Factorial in C++
Calculate Greatest Common Divisor (GCD) in C++
Calculating Difference Between Two Times Using C++
Calculating HCF By Recursion in C++
Calculating Lowest Common Multiple (LCM) in C++
Calculating Power by Recursion in C++
Check For Leap Year in C++
Check If a Character Is a Consonant or A Vowel in C++
Check If a Number is Odd or Even in C++
Checking for a Palindrome In C++
Checking For the Largest Number in C++
Checking if a Number is a Prime Number in C++
Checking if A Number is An Armstrong/Narcissistic Number in C++
Checking if a Number Is the Sum of Two Prime Numbers In C++
Checking Prime Numbers By Making Functions In C++
Code Your First C++ Program
Coding a Basic Calculator in C++
Compute Exponent of a Number in C++
Computing Factorial by Recursion in C++
Computing Standard Deviation In C++
Converting Decimal Numbers to Binary Numbers and Vice Versa in C++
Converting Decimal Numbers to Octal Numbers and Vice Versa in C++
Converting Octal Numbers to Binary Numbers and Vice Versa in C++
Copying Strings in C++
Create Multiplication Table in C++
Creating Patterns and Pyramids In C++
Determining Blank Spaces, Digits, Consonants, and Vowels In a String in C++
Determining Character Frequency In a String In C++
Determining Size of a String In C++
Finding Roots of a Quadratic Equation in C++
Finding The Biggest Array Element in C++
Finding the Character’s ASCII Value With C++
Joining Two Strings In C++
Multiplying Matrices With User-Defined Functions in C++
Multiplying Numbers In C++
Overloading Increment and Decrement Operators Using Class in C++
Print Prime Numbers Between Intervals In C++
Printing All Armstrong/Narcissistic Numbers In an Interval In C++
Printing All Factors of a Number in C++
Printing All Prime Numbers Between two Intervals With Functions In C++
Printing Fibonacci Series in C++
Removing Characters Except Alphabets From a String in C++
Reversing Numbers in C++
Saving Student Information In a Structure In C++
Sorting Elements in Lexicographical Order in C++
Subtracting Complex Numbers With Overloaded Operators In C++
Swapping Variables in C++
Transpose a Matrix in C++
Use Recursion to Reverse Sentences in C++
Using Arrays to Calculate Average of Numbers in C++
Using Functions to Add Complex Numbers in C++
Using Multi Dimensional Arrays For Multiplication of Two Matrices in C++
Using Multi-Dimensional Arrays to Compute Sum of Two Matrices in C++
Using Pointers to Access Array Elements in C++
Using Reference Calling, Swap Numbers in Cyclic Order In C++
Using Structure To Display and Store Information in C++
C++ Lessons
CSS
Menu Toggle
CSS Exercises
CSS Lessons
HTML
Menu Toggle
HTML Exercises
HTML Lessons
Java
Menu Toggle
Java Exercises
Access Elements From a LinkedList in Java
Add Elements to a LinkedList in Java
Add Two Complex Numbers in Java
Add Two Dates in Java
Add Two Integers in Java
Append Text to an Existing File in Java
Calculate Average Using Arrays in Java
Calculate Compound Interest in Java
Calculate Difference between Two Time Periods in Java
Calculate Quotient and Remainder in Java
Calculate Simple Interest in Java
Calculate Standard Deviation in Java
Calculate the Execution Time of Method in Java
Calculate the Power of a Number in Java
Calculate the Power of a Number Using Recursion in Java
Calculate The Sum Up To 100 in Java
Call One Constructor from another in Java
Call Super-class Constructor from Child Class Constructor in Java
Capitalize the First Character of Each Word in a String in Java
Check for a Value in an Array in Java
Check For Leap Year in Java
Check If a Character is An Alphabet Character or Not in Java
Check If a Letter is A Vowel or A Consonant in Java
Check If a Number is Even or Odd in Java
Check If a String is a Valid Shuffle of Two Distinct Strings in Java
Check if a String is Empty or Null in Java
Check if a String is Numeric in Java
Check If Two of Three Boolean Variables are True in Java
Check if Two Strings are Anagram in Java
Check the Birthday and Print Birthday Message in Java
Check Whether a Number can be Expressed as Sum of Two Prime Numbers in Java
Check Whether a Number is Palindrome or Not in Java
Check Whether a Number is Positive or Negative in Java
Check Whether a Number is Prime or Not in Java
Clear the String Buffer in Java
Compare Two Strings in Java
Compute All the Permutations of the String in Java
Compute Factorial in Java
Compute Lowest Common Multiple (LCM) of Two Numbers in Java
Compute Multiplication Table in Java
Concatenate Two Arrays in Java
Convert a Stack Trace to a String in Java
Convert a String into an ArrayList in Java
Convert a String into InputStream in Java
Convert a String into the InputStream in Java
Convert an Array to ArrayList in Java
Convert an Array to LinkedList in Java
Convert an ArrayList into a String in Java
Convert Array to Set (HashSet) in Java
Convert ArrayList to an Array in Java
Convert Binary Number to Decimal in Java
Convert Binary to Octal in Java
Convert Boolean Variables into String in Java
Convert Byte Array to Hexadecimal in Java
Convert Byte[] to File in Java
Convert Char Type Variable to Int in Java
Convert Character to String and Vice-Versa in Java
Convert Decimal to Binary Number in Java
Convert Decimal to Octal Number in Java
Convert Double Variable to Integer in Java
Convert Double Variable to String in Java
Convert File to Byte Array in Java
Convert Input Stream to String in Java
Convert Int Type Variables to Char in Java
Convert Int Type Variables to Long in Java
Convert Int Type Variables to Long in Java
Convert Int Type Variables to String in Java
Convert Map (HashMap) to List in Java
Convert Milliseconds to Minutes and Seconds in Java
Convert Object to Primitive Type in Java
Convert Octal Number to Decimal in Java
Convert Octal to Binary in Java
Convert Output Stream to String in Java
Convert Primitive Type to Object in Java
Convert Set to Array in Java
Convert String to Date in Java
Convert String Type Variables into Int in Java
Convert String Type Variables to Boolean in Java
Convert String Variable to Double in Java
Convert the InputStream into Byte Array in Java
Convert the LinkedList into an Array in Java
Count Digits of an Integer in Java
Count Number of Lines Present in the File in Java
Count the Number of Vowels and Consonants in a Sentence in Java
Create a Half Pyramid Pattern in Java
Create an Immutable Class in Java
Create Custom Exception in Java
Create Directories in Java
Create File and Write to the File in Java
Create String from Contents of a File in Java
Delete a Directory in Java
Delete File in Java
Determine Name and Version of the Operating System in Java
Determine the Class of an Object in Java
Differentiate String == Operator and Equals() Method in Java
Display Armstrong Number Between Two Intervals in Java
Display Armstrong Number Using Loops in Java
Display Factors of a Number in Java
Display Fibonacci Series in Java
Display Prime Numbers Between Two Intervals in Java
Display the Alphabet A to Z in Java
Find ASCII of a Character in Java
Find Factorial of a Number Using Recursion in Java
Find Greatest Common Denominator (GCD) in Java
Find Largest Element of an Array in Java
Find Roots Of A Quadratic Equation in Java
Find the Frequency of a Character in a String in Java
Find the Largest Among Four Numbers in Java
Function to Display Prime Numbers Between Intervals in Java
Generate Random Strings in Java
Get Relative Path from Two Absolute Paths in Java
Get all Files Present in a Directory in Java
Get Current Date and Time in Java
Get Current Working Directory in Java
Get File Extension in Java
Get Name of a File from Absolute Path in Java
Get the Middle Element of LinkedList in a Single Iteration in Java
Implement Binary Search Algorithm in Java
Implement Bubble Sort Algorithm in Java
Implement LinkedList in Java
Implement Merge Sort Algorithm in Java
Implement Multiple Inheritance in Java
Implement Private Constructor in Java
Implement Quick Sort Algorithm in Java
Implement Stack Data Structure in Java
Implement Switch Statement on Strings in Java
Implement the Graph Data Structure in Java
Implement the Queue Data Structure in Java
Iterate over an ArrayList in Java
Iterate over Enum in Java
Iterate through Each Character of the String in Java
Join Two Lists in Java
Lookup Enum by String value in Java
Make a Simple Calculator in Java
Matrix Addition using Arrays in Java
Matrix Multiplication by User-Defined Function in Java
Matrix Multiplication Using Arrays in Java
Multiply Two Floating-Point Numbers in Java
Pass Lambda Expression as Method Argument in Java
Pass Method as Argument to Other Method in Java
Print an Array in Java
Print an Integer in Java
Print Floyd’s Triangle in java
Print Object of a Class in Java
Program to Check Armstrong Number in Java
Program to Copy Files in Java
Read the Content of a File Line by Line in Java
Remove All White Spaces from a String in Java
Remove Elements from the LinkedList in Java
Rename a File in Java
Reverse a Number in Java
Reverse a Sentence in Java
Round a Number to n Decimal Places in Java
Sort Words Alphabetically in Java
Sum Natural Numbers using Recursion in Java
Swap Two Numbers in Java
Transpose a Matrix in Java
Java Lessons
Java: Arithmetic Operators
Java: Arrays and Array Methods
Java: Break and Continue Statements
Java: Comparison Operators
Java: Displaying Output and String Concatenation
Java: Environment Setup
Java: Escape Sequences and Formatted Outputs
Java: Exception Handling
Java: For and Enhanced For Loop
Java: If Statements and Ternary Operator
Java: Introduction
Java: Primitive vs. Reference Type
Java: Short Hand Operators
Java: Strings and String Methods
Java: Switch Statement
Java: Type Casting
Java: User Input
Java: Variables
Java: While and Do While Loop
Java: Your First Program
Javascript
Menu Toggle
Javascript Exercises
Javascript Lessons
Kotlin
Menu Toggle
Kotlin Exercises
Kotlin Lessons
PHP
Menu Toggle
PHP Exercises
PHP Lessons
Privacy Policy
Menu Toggle
Python
Menu Toggle
Python Exercises
Python Lessons
Python: Built-In String Functions
Python: Data Types
Python: Decision-Making
Python: Dictionary
Python: Environment Setup
Python: Formatting String
Python: If Statement
Python: List
Python: Making Programs Interactive
Python: Operators
Python: Tuple
Python: Type Casting
Python: Variables
Python: What is Python?
Python: Working With Dictionaries
Python: Working With Lists
SQL
Menu Toggle
SQL Exercises
SQL Lessons
Swift
Menu Toggle
Swift Exercises
Swift Lessons
Code Of Code
Menu Toggle
%d
bloggers like this: