Tutorials
Courses
Go Premium
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.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Java
9.3K+ articles
Mathematical
5.1K+ articles
Java-Functions
4.2K+ articles
Arrays
4.2K+ articles
PHP
3.8K+ articles
C++
3.7K+ articles
Java - util package
1.6K+ articles
Misc
7.8K+ posts
Recent Articles
Popular Articles
Classical IPC Problems
Last Updated: 23 July 2025
Inter-Process Communication (IPC) is necessary for processes to communicate and share data. While basic communication between processes may sound simple, certain situation...
read more
Misc
Operating Systems
GATE CS
Process Synchronization
Process Management
Happy Diwali
Last Updated: 30 October 2024
GeeksforGeeks team wishes you Happy, Prosperous Safe Diwali!!C// A C program to wish Happy Diwali./// The program works only with Turbo C compiler#includeconio.h#includeg...
read more
Misc
C Programs
C Language
C Projects
Java String Exercise
Last Updated: 23 July 2025
String in Java are the objects which can store characters of values in Java, it act the same as an array of characters in Java. Java String is one of the most important to...
read more
Misc
Java
Java Programs
Java-Strings
Java-String-Programs
NCERT Solutions for CBSE Class 12 Biology
Last Updated: 23 July 2025
CBSE Class 12th Biology NCERT Solutions 2023-24 is available here. These solutions will help students in their preparation for Class 12th CBSE Boards exams for the year 20...
read more
Misc
School Learning
Biology
Tutorials
Representation of Int Variable in Memory in C++
Last Updated: 21 March 2024
To understand the Representation of int variable in memory in C/C++ below is the basic program to create a variable and its size. Usually, the value of an int variable is ...
read more
Misc
C++
Service Broker in SQL Server
Last Updated: 23 July 2025
A service broker is a framework that helps applications exchange messages containing the information required to complete the task. It was introduced in MSSQL 2005 and is ...
read more
Misc
SQL
SQL-Server
Databases
How To Find the Sum of Digits in a String in SQL Server?
Last Updated: 11 April 2023
Given a string with digits and characters. The task is to find the sum of digits in that string.So, let's start by creating a database first.Step 1: Create a Database.Quer...
read more
Misc
SQL
SQL-Server
How to Turning a Comma Separated String into Individual Rows in SQL Server?
Last Updated: 11 April 2023
Given a column in the table having strings with comma-separated values. The task is to split all the comma-separated values and insert them as new rows.So, let's start by ...
read more
Misc
SQL
SQL-Server
How to Find the Missing Number in SQL Column?
Last Updated: 02 April 2023
Given a column in the table having values from 1 to N, one value will be missed. The task is to find the missing number.So, let's start by creating a database first.Step 1...
read more
Misc
SQL
How To
SQLServer
Kubernetes - Creating Deployment and Services using Helm in Kubernetes
Last Updated: 23 July 2025
Prerequisite: KubernetesHelm is used for managing your Kubernetes Deployment. With helm, we can tear down and create a deployment with a single command. we will be creatin...
read more
Misc
DevOps
Kubernetes-Basics
What is Macro Virus and How They Affect Computer Systems?
Last Updated: 23 July 2025
Hackers use various methods to attack computer systems, and one of the most dangerous among them is the virus. A virus is a type of malicious code that can cause harm to y...
read more
Misc
Computer Networks
Cyber-security
Check whether X can be represented in the form of (2n - 1) / 3
Last Updated: 04 April 2023
Given an integer X, the task is to check whether X can be represented in the form of X = (2n - 1) / 3 for some value of n, Where it is necessary for X to be prime.Examples...
read more
Misc
Mathematical
DSA
What is ICANN in Cyber Crime?
Last Updated: 23 July 2025
An important factor includes the Internet Corporation for Assigned Names and Numbers (ICANN), which facilitates the orderly and secure functioning of the Internet. The org...
read more
Misc
Picked
Ethical Hacking
Cyber-security
How to Terminate Any Instance in AWS New Version?
Last Updated: 23 July 2025
Pre-requisite: AWS, EC2 instancesWhenever we create an instance, we should think of termination too. AWS follows a "pay-per-use" strategy where if we forgot to terminate a...
read more
Misc
Amazon Web Services
DevOps
aws-ec2
Encryption and Schema Binding Option in User Defined Function
Last Updated: 24 February 2023
Encryption and schema binding are two separate options that can be applied to user-defined functions in SQL Server.Encryption:When you create a user-defined function in SQ...
read more
Misc
SQL
SQLServer
1
2
3
4
...
517
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 !