Blog

JavaScript

Introduction to JavaScript

CodingTute

JavaScript is a programming language, it was initially designed for web pages make alive. Nowadays it has evolved a lot ...

Binary Search Algorithm

Binary Search

Afreen

Binary search is a searching algorithm, it applies to finding an element in a sorted array. In the binary search, ...

Linear Search Algorithm

Linear Search

Afreen

Linear Search is a simple sequential search algorithm. In Linear Search, we will traverse the array or list sequentially until ...

C Program to find Sum of Digits

C Program to find Sum of Digits in a Number

CodingTute

In this example, you will learn to find the sum of digits in a given number using C Programming. For ...

C Program to check perfect square

C program to Check for a Perfect Square

CodingTute

In this example, you will learn to check a given number is a perfect square or not using the c ...

JavaScript

JavaScript forEach() Method

CodingTute

The JavaScript forEach() method iterates through the array provided and executes the function passed to it for every element of ...

JavaScript

JavaScript map() function

CodingTute

In this article, you will learn about the Javascript map() function. The map() function is an array function that iterates ...

Announcements

THE SAFEST CONTENT AWARD (2022) 

CodingTute

We are happy to announce that codingtute.com has received the Safest Content Award (2022) by sur.ly. This proves the content ...

Full Forms

SAP Full Form

CodingTute

SAP stands for Systems Applications and Products in Data Processing. What is SAP? SAP is a leading software framework that ...

API Full Form

API Full Form

CodingTute

API stands for Application Programming Interface. What is an API? An Application Programming Interface (API) enables software applications to consume ...