A humble request
Our website is made possible by displaying online advertisements to our visitors.
Please
consider supporting us by disabling your ad blocker on our website.
Home
Coding problems
DS & Algo. ā¾
Data Structure
Algorithms
Languages ā¾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
GoLang
Android
Kotlin
SQL
Web. ā¾
JavaScript
CSS
PHP
Node.Js
AdonisJs
Ajax
HTML
Django
Programs ā¾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Ruby
Kotlin programs
C Interview programs
Aptitude ā¾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
Interview ā¾
C Interview
Embedded C Interview
Java Interview
SEO Interview
HR Interview
Find Output ā¾
C
C++
C#.Net
Java
PHP
MCQ ā¾
Computer Science
Computer Graphics
Embedded System
Software Engineering
MIS
FOSS
Cryptography
CS Subjects ā¾
CS fundamental
Operating systems
Computer networks
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded systems
Cloud computing
Big Data & Hadoop
Machine Learning
CS Organization
Theory of computation
DOS
Linux
More ā¾
Tech Articles
Puzzles
Full Forms
Archive
About
Contact
Subscribe
Ask a Question
Featured posts
The Ultimate Beginners Guide to Learn Java Online
05 FEB 2021 by
IncludeHelp
under
Articles
SEO Hacks to Grow Your YouTube Channel
18 NOV 2020 by
IncludeHelp
under
Articles
Top 5 SEO methods to increase the domain authority of a website with minimum effort
30 JUN 2020 by
IncludeHelp
under
Articles
Python datetime Module with Examples
28 APR 2020 by
Hritika Rajput
under
Python
Latest posts
Python program to find words which are greater than given length k
17 APR 2021 by
Shivang Yadav
Here, we are going to learn how to find words which are greater than given length k in Python?
Python
Python programs
Python String Programs
Python program to split and join a string
17 APR 2021 by
Shivang Yadav
Here, we will take input from the user and then print the split and join strings in Python.
Python
Python programs
Python String Programs
Golang program to print the binary value of a specified number using format specifier in printf() function
17 APR 2021 by
Nidhi
Here, we are going to learn how to print the binary value of a specified number using format specifier in printf() function in Golang (Go Language)?
Golang
Golang Programs
Golang Basic Programs
Golang program to print the type of specified variable using format specifier in printf() function
17 APR 2021 by
Nidhi
Here, we are going to learn how to print the type of specified variable using format specifier in printf() function in Golang (Go Language)?
Golang
Golang Programs
Golang Basic Programs
Golang program to print the Boolean value using format specifier in fmt.Printf() function
17 APR 2021 by
Nidhi
Here, we are going to learn how to print the Boolean value using format specifier in fmt.Printf() function in Golang (Go Language)?
Golang
Golang Programs
Golang JSON Programs
Golang program to decode a JSON string using Unmarshal() function
17 APR 2021 by
Nidhi
Here, we are going to learn how to decode a JSON string using Unmarshal() function in Golang (Go Language)?
Golang
Golang Programs
Golang JSON Programs
C# program to demonstrate the use of ToObject() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of ToObject() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the use of Parse() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Parse() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the IsDefined() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the IsDefined() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the HasFlag() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the HasFlag() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the GetValues() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetValues() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the GetUnderlyingType() method of Enum class
17 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetUnderlyingType() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
Golang program to encode a structure using json.Marshal() function
16 APR 2021 by
Nidhi
Here, we are going to learn how to encode a structure using json.Marshal() function in Golang (Go Language)?
Golang
Golang Programs
Golang JSON Programs
Golang program to encode a map using json.Marshal() function
16 APR 2021 by
Nidhi
Here, we are going to learn how to encode a map using json.Marshal() function in Golang (Go Language)?
Golang
Golang Programs
Golang JSON Programs
Golang program to encode a string array using json.Marshal() function
16 APR 2021 by
Nidhi
Here, we are going to learn how to encode a string array using json.Marshal() function in Golang (GO Language)?
Golang
Golang Programs
Golang JSON Programs
Golang program to encode Boolean, integer, and float data using json.Marshal() function
16 APR 2021 by
Nidhi
Here, we are going to learn how to encode Boolean, integer, and float data using json.Marshal() function in Golang (Go Language)?
Golang
Golang Programs
Golang JSON Programs
Golang program to find a specified string pattern within a byte array using regular expression
16 APR 2021 by
Nidhi
Here, we are going to learn how to find a specified string pattern within a byte array using regular expression in Golang (Go Language)?
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function ReplaceAllString()
16 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function ReplaceAllString() in Golang (Go Language).
Golang
Golang Programs
Golang Regular Expressions Programs
C# program to demonstrate the GetTypeCode() method of Enum class
16 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetTypeCode() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the GetType() method of Enum class
16 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetType() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the GetNames() method of Enum class
16 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetNames() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the GetName() method of Enum
16 APR 2021 by
Nidhi
Here, we are going to demonstrate the GetName() method of Enum in C#.Net.
C# Programs
C# Enum Class Programs
Python program to accept the strings which contains all vowels
15 APR 2021 by
Shivang Yadav
Here, we will take a string as input from the user and then accept all the strings containing all vowels using Python.
Python
Python programs
Python String Programs
Python program to find the length of a string (different ways)
15 APR 2021 by
Shivang Yadav
Here, we will get user input for string and then print the length of the string using different ways in Python.
Python
Python programs
Python String Programs
Python program for removing i-th character from a string
15 APR 2021 by
Shivang Yadav
Here, we are going to learn about the various methods for removing i-th character from a string in Python?
Python
Python programs
Python String Programs
Python program to find the least frequent character in the string
15 APR 2021 by
Shivang Yadav
Here, we will take input from the user and find the least frequent character in the string in Python.
Python
Python programs
Python String Programs
C# program to demonstrate the use of GetHashCode() method of Enum
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of GetHashCode() method of Enum in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the use of Format() method of Enum class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Format() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the use of Equals() method of Enum class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Equals() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the use of CompareTo() method of Enum class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of CompareTo() method of Enum class in C#.Net.
C# Programs
C# Enum Class Programs
C# program to demonstrate the use of Truncate() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Truncate() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Tanh() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Tanh() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Tan() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Tan() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Sinh() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Sinh() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Sin() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Sin() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Sign() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Sign() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of Round() method of Math class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate use of Round() method of Math class in C#.Net.
C# Programs
C# Math Class Programs
C# program to demonstrate the use of UserInfo property of Uri class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of UserInfo property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of UserEscaped property of Uri class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of UserEscaped property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of Segments property of Uri class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Segments property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of Scheme property of Uri class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Scheme property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of Query property of Uri class
15 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Query property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
MCQ | Systems Development Life Cycle (SDLC) in MIS
14 APR 2021 by
IncludeHelp
MIS Systems Development Life Cycle (SDLC) MCQ: This section contains the Multiple-Choice Questions & Answers on Systems Development Life Cycle with explanations.
Management Information System
MIS Multiple-Choice Questions
MCQ | Software Outsourcing in MIS
14 APR 2021 by
IncludeHelp
MIS Software Outsourcing MCQ: This section contains the Multiple-Choice Questions & Answers on Software Outsourcing with explanations.
Management Information System
MIS Multiple-Choice Questions
MCQ | Software Packages in MIS
14 APR 2021 by
IncludeHelp
MIS Software Packages MCQ: This section contains the Multiple-Choice Questions & Answers on Software Packages with explanations.
Management Information System
MIS Multiple-Choice Questions
C# program to demonstrate the use of Port property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Port property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of PathAndQuery property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of PathAndQuery property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of OriginalString property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of OriginalString property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of LocalPath property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of LocalPath property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of IsUnc property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of IsUnc property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of Authority property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of Authority property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of AbsoluteUri property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of AbsoluteUri property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of AbsolutePath property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of AbsolutePath property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of UriSchemeNews property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of UriSchemeNews property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through NetTcp scheme
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through NetTcp scheme in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through NetPipe scheme of Indigo system
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through NetPipe scheme of Indigo system in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through SMTP protocol
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through SMTP protocol in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through https protocol
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through https protocol in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through http protocol
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through http protocol in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is accessed through Gopher protocol
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is accessed through Gopher protocol in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri uses File Transfer Protocol (FTP) or not
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri uses File Transfer Protocol (FTP) or not in C#.Net?
C# Programs
C# Uri Class Programs
C# program to check whether a given Uri is a file or not
14 APR 2021 by
Nidhi
Here, we are going to learn how to check whether a given Uri is a file or not in C#.Net?
C# Programs
C# Uri Class Programs
C# program to demonstrate the use of SchemeDelimiter property of Uri class
14 APR 2021 by
Nidhi
Here, we are going to demonstrate the use of SchemeDelimiter property of Uri class in C#.Net.
C# Programs
C# Uri Class Programs
MCQ | Rapid Application Development (RAD) in MIS
13 APR 2021 by
IncludeHelp
MIS Rapid Application Development (RAD) MCQ: This section contains the Multiple-Choice Questions & Answers on Rapid Application Development (RAD) with explanations.
Management Information System
MIS Multiple-Choice Questions
N Max Pair Combinations
13 APR 2021 by
Divyansh Jaipuriyar
Here, we are going to find the solution of N Max Pair Combinations using various approaches.
Interview coding problems/challenges
Heap
Sorting
Brute Force
PPATH - Prime Path Problem
13 APR 2021 by
Divyansh Jaipuriyar
Here, we are going to find the solution of PPATH - Prime Path Problem using various approaches.
Interview coding problems/challenges
Graph
Number Theory
Competitive Programming
Brute Force
GCD Queries - Greatest Common Divisor Problem
13 APR 2021 by
Divyansh Jaipuriyar
Here, we are going to find the solution of GCD Queries - Greatest Common Divisor Problem using various approaches.
Interview coding problems/challenges
Brute Force
Number Theory
Implementation
Golang program to demonstrate the regular expression function FindAllStringSubmatchIndex()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindAllStringSubmatchIndex() in Golang (Go Language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function FindAllString()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindStringSubmatchIndex() in Golang (Go language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function FindStringSubmatchIndex()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindStringSubmatchIndex() in Golang (Go language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function FindStringSubmatch()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindStringSubmatch() in Golang (Go Language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function FindStringIndex()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindStringIndex() in Golang (Go Language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to demonstrate the regular expression function FindString()
13 APR 2021 by
Nidhi
Here, we are going to demonstrate the regular expression function FindString() in Golang (Go Language).
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to check a specified string pattern within a specified string using regular expression
13 APR 2021 by
Nidhi
Here, we are going to learn how to check a specified string pattern within a specified string using regular expression in Golang (Go Language)?
Golang
Golang Programs
Golang Regular Expressions Programs
Golang program to check a specified string is started with a given character using regular expression
13 APR 2021 by
Nidhi
Here, we are going to learn how to check a specified string is started with a given character using regular expression in Golang (Go Language)?
Golang
Golang Programs
Golang Regular Expressions Programs
MCQ | End-user Computing in MIS
12 APR 2021 by
IncludeHelp
MIS End-user computing MCQ: This section contains the Multiple-Choice Questions & Answers on End-user computing with explanations.
Management Information System
MIS Multiple-Choice Questions
MCQ | System Analysis and Design
12 APR 2021 by
IncludeHelp
MIS System Analysis and Design MCQ: This section contains the Multiple-Choice Questions & Answers on System Analysis and Design with explanations.
Management Information System
MIS Multiple-Choice Questions
Golang program to parse command flags with command line arguments
12 APR 2021 by
Nidhi
Here, we are going to learn how to parse multiple command-line flags in Golang (Go Language)?
Golang
Golang Programs
Golang Command-Line Arguments Programs
Golang program to parse multiple command-line flags
12 APR 2021 by
Nidhi
Here, we are going to learn how to parse multiple command-line flags in Golang (Go Language)?
Golang
Golang Programs
Golang Command-Line Arguments Programs
Golang program to parse a command line flag of integer type
12 APR 2021 by
Nidhi
Here, we are going to learn how to parse a command line flag of integer type in Golang (Go Language)?
Golang
Golang Programs
Golang Command-Line Arguments Programs
Golang program to parse a command line flag of string type
12 APR 2021 by
Nidhi
Here, we are going to learn how to parse a command line flag of string type in Golang (Go Language)?
Golang
Golang Programs
Golang Command-Line Arguments Programs
Golang program to find the count of command-line arguments
12 APR 2021 by
Nidhi
Here, we are going to learn how to find the count of command-line arguments in Golang (Go Language)?
Golang
Golang Programs
Golang Command-Line Arguments Programs
Golang program to demonstrate the command line arguments
12 APR 2021 by
Nidhi
Here, we are going to demonstrate the command line arguments in Golang (Go Language).
Golang
Golang Programs
Golang Command-Line Arguments Programs
Python program to find prime numbers using sieve of Eratosthenes
12 APR 2021 by
Shivang Yadav
Here, we will take input from the user and print all prime numbers smaller than the given number.
Python
Python programs
Python Basic Programs
Python program to find the largest prime factor of a number
12 APR 2021 by
Shivang Yadav
Here, we will take an input from the user and return the largest possible prime factor of the given number.
Python
Python programs
Python Basic Programs
Python program to find the sum of number digits in list
12 APR 2021 by
Shivang Yadav
Here, we will take a list as input from the user and return a list with the sum of number digits in the list.
Python
Python programs
Python List Programs
Minimum Sum Partition
11 APR 2021 by
Divyansh Jaipuriyar
Minimum Sum Partition: Given an array, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum.
Interview coding problems/challenges
Dynamic Programming
MCQ | Circle Drawing and Ellipse Drawing Algorithms in Computer Graphics
11 APR 2021 by
IncludeHelp
Multiple choice questions and answers (MCQ) based on the Circle Drawing and Ellipse Drawing Algorithms in computer graphics with 4 choices, correct answer and explanation.
Computer Graphics
Computer Graphics MCQ
MCQ | Random Scan and Raster Scan in Computer Graphics
11 APR 2021 by
IncludeHelp
Multiple choice questions and answers (MCQ) based on the random scan and raster scan in computer graphics with 4 choices, correct answer and explanation.
Computer Graphics
Computer Graphics MCQ
MCQ | Types of Transformations (Translation, Rotation and Scaling) in Computer Graphics
11 APR 2021 by
IncludeHelp
Multiple choice questions and answers (MCQ) based on the Types of Transformations (Translation, Rotation and Scaling) in computer graphics with 4 choices, correct answer and explanation.
Computer Graphics
Computer Graphics MCQ
Golang program to read the content of a specified directory and check directories and files
11 APR 2021 by
Nidhi
Here, we are going to learn how to read the content of a specified directory and check directories and files in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to list the content of the specified directory
11 APR 2021 by
Nidhi
Here, we are going to learn how to list the content of the specified directory in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to delete an empty directory
11 APR 2021 by
Nidhi
Here, we are going to learn how to delete an empty directory in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to create multiple directories with specified permission
11 APR 2021 by
Nidhi
Here, we are going to learn how to create multiple directories with specified permission in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to create a specified directory with specified permission
11 APR 2021 by
Nidhi
Here, we are going to learn how to create a specified directory with specified permission in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to read a structure from the file
11 APR 2021 by
Nidhi
Here, we are going to learn how to read a structure from the file in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
Golang program to write a structure of binary data into the file
11 APR 2021 by
Nidhi
Here, we are going to learn how to write a structure of binary data into the file in Golang (Go Language)?
Golang
Golang Programs
Golang File Handling Programs
View More →