Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.7K+ articles
DSA
20.2K+ articles
C++
3.8K+ articles
Amazon
1.8K+ articles
C++ Programs
1.5K+ articles
C Language
1.3K+ articles
Samsung
312+ articles
Accolite
304+ articles
Linked Lists
302+ articles
Loops & Control Structure
12+ articles
loop
31 posts
Recent Articles
Popular Articles
MySQL WHILE Loop
Last Updated: 21 January 2022
In this, we will cover the overview of MySQL WHILE Loop and then will cover the algorithm of each example and then will see the analysis of each example. Let's discuss it ...
read more
SQL
loop
DBMS-SQL
mysql
Maximum Tip Calculator | Set 2
Last Updated: 13 March 2023
Rahul and Ankit are the only two waiters in the Royal Restaurant. Today, the restaurant received N orders. The amount of tips may differ when handled by different waiters ...
read more
Greedy
C++ Programs
DSA
loop
Quick Sort
TCL script to find sum of n natural numbers using looping statements
Last Updated: 26 April 2021
In this article, we will discuss the overview of TCL script and will cover the TCL script to find the sum of n natural numbers using looping statements with the help of an...
read more
Computer Networks
loop
TCL script to determine whether a number is positive, negative or zero using if-else statement
Last Updated: 26 April 2021
In this article, we will know the syntax of the if-else statement in Tool Command Language. We will understand the TCL script to determine whether a number is positive, ne...
read more
Computer Networks
loop
What will happen if a print() statement is written inside a if() such as if(print())
Last Updated: 13 September 2021
Pre-requisite: if-elseThis article focuses on discussing what happens when the print statement is used inside the if-else conditional statement.For example: Consider the b...
read more
C/C++ Puzzles
C Programs
C++ Programs
Data Structures
GeeksQuiz
Programming Language
C Language
C++
DSA
Program Output
loop
Functions
strings
Program to print multiplication table of any number in PHP
Last Updated: 27 October 2021
In this article, we will see how to print the multiplication table of any given number using PHP. To make the multiplication table, first, we get a number input from the u...
read more
HTML
TrueGeek-2021
loop
PHP-math
HTML-Questions
PHP-Questions
Applying a Window function to calculate differences in PySpark
Last Updated: 28 April 2025
Pyspark offers a very useful function, Window which is operated on a group of rows and returns a single value for every input row. Do you know you can even find the differ...
read more
Technical Scripter
Python
Python Programs
Picked
Technical Scripter 2022
loop
Python Framework
How to split a column with comma separated values in PySpark's Dataframe?
Last Updated: 28 April 2025
In this article, we are going to learn how to split a column with comma-separated values in a data frame in Pyspark using Python.This is a part of data processing in which...
read more
Technical Scripter
Python
Python Programs
Picked
Technical Scripter 2022
loop
Python Framework
Square with Ascending and Descending Edges
Last Updated: 01 November 2023
Given an integer n, create a square pattern of size n x n such that the edges of the pattern contain the numbers 1 to n in ascending order on the top and left edges, and n...
read more
DSA
loop
C++ Program For Detecting Loop In A Linked List
Last Updated: 17 August 2023
Given a linked list, check if the linked list has loop or not. Below diagram shows a linked list with a loop.The following are different ways of doing this.Solution 1: Has...
read more
C++
Linked Lists
loop
Amazon
Samsung
Accolite
MAQ Software
Tortoise-Hare-Approach
C Program For Detecting Loop In A Linked List
Last Updated: 03 March 2023
Given a linked list, check if the linked list has loop or not. Below diagram shows a linked list with a loop.Solution: Floyd's Cycle-Finding AlgorithmApproach: This is the...
read more
C Language
Linked Lists
loop
Amazon
Samsung
Accolite
MAQ Software
Tortoise-Hare-Approach
Automating File Movement on your system test
Last Updated: 07 August 2024
111 Imagine a situation like this: You have a folder containing files of multiple types liketxt,mp3,etc. You decide to clean up this mess and organize them in a way that ...
read more
Interview Experiences
Combinatorial
loop
EA
time complexity
LIS
Reverse
TCS-coding-questions
LTI
Program to print first 10 prime numbers
Last Updated: 23 July 2024
Write a program to print the first 10 prime numbers.Note: A number N is said to be prime if it has exactly two factors i.e. 1 and the number itself N Output Format:2, 3, 5...
read more
DSA
loop
Multiplication Table Using While Loop in Python
Last Updated: 07 March 2024
Multiplication tables are fundamental in mathematics, serving as the building blocks for more advanced concepts. In Python, we can use various methods to generate multipli...
read more
Python
Python Programs
Picked
loop
python-basics
Fizz Buzz in C++
Last Updated: 25 September 2024
Fizz Buzz problem states that given an integer n, for every integer i = n, the task is to write a C++ program to print,'FizzBuzz' if i is divisible by 3 and 5, 'Fizz' if i...
read more
C++
loop
HashTable
Hash
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !