Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
C++
3.8K+ articles
Linux-Unix
2.5K+ articles
school-programming
240+ articles
Java-Arrays
169+ articles
Fibonacci
156+ articles
cpp-data-types
58+ articles
Interesting-Facts
17 posts
Recent Articles
Popular Articles
Interesting Facts about Pi
Last Updated: 23 July 2025
"Pi" denoted by the Greek letter π, is a mathematical constant that has fascinated mathematicians, scientists, and enthusiasts for centuries. Pi (π) is one of the most int...
read more
Picked
Mathematics
School Learning
Interesting-Facts
What are the Risks of using mysql_* Functions in PHP?
Last Updated: 31 October 2023
MySQL functions in PHP, often referred to as mysql_* functions, have been a popular choice for developers to interact with MySQL databases. Did you say "NOT ANYMORE!"?So n...
read more
Picked
PHP
Interesting-Facts
Web Development Facts
Remainder Fact For Number 9
Last Updated: 15 July 2025
Remainder Fact For Number 9The Remainder Factor for Number 9 is a concept that helps find the remainder when a number is divided by 9. The remainder fact for number 9 help...
read more
Computer Subject
Engineering Mathematics
School Learning
FactSet
Interesting-Facts
Interesting Facts about C#
Last Updated: 11 July 2025
C# is a general-purpose, modern and object-oriented programming language pronounced as "C Sharp" or "C Hash". It was developed by Microsoft led by Anders Hejlsberg and his...
read more
C#
CSharp-Basics
Interesting-Facts
Interesting Facts about Linux
Last Updated: 06 January 2019
Linux is community-developed and open source operating system for computers, servers, mainframes, embedded devices, and mobile devices. It is supported on nearly every maj...
read more
Linux-Unix
Interesting-Facts
Interesting Facts about Ubuntu
Last Updated: 18 April 2024
Ubuntu is an open source, freely available Linux based operating system. It is the most popular and widely used operating system. It is developed by a worldwide community ...
read more
Linux-Unix
Interesting-Facts
Ubuntu
Interesting Facts About Java
Last Updated: 06 August 2025
Java: A general-purpose, high-level programming language. It is developed by Sun Microsystems. It was developed by a mini team of engineers which is known as the Green Tea...
read more
Java
java-basics
Interesting-Facts
Interesting Facts about C++
Last Updated: 24 September 2025
C++ is a is a powerful, general-purpose programming language created by Bjarne Stroustrup at Bell Labs. It was first introduced as “C with Classes” in 1979 and later becam...
read more
C++
Technical Scripter 2018
Interesting-Facts
Interesting facts of Networking
Last Updated: 29 December 2024
Some interesting facts about computer networking are:Internet was invented by ARPANET in 1983.Internet is controlled by 75 million servers.The backbone of the internet is ...
read more
Computer Networks
Picked
Interesting-Facts
Interesting facts about Increment and Decrement operators in Java
Last Updated: 11 September 2024
Increment operator is used to increment a value by 1. There are two varieties of increment operator: Post-Increment: Value is first used for computing the result and then ...
read more
Java
school-programming
Java-Data Types
Interesting-Facts
Interesting facts about Array assignment in Java
Last Updated: 06 January 2019
Prerequisite : Arrays in JavaWhile working with arrays we have to do 3 tasks namely declaration, creation, initialization or Assignment.Declaration of array :int[] arr;Cre...
read more
Misc
Java
Java-Arrays
Java-Array-Programs
Interesting-Facts
Interesting facts about data-types and modifiers in C/C++
Last Updated: 17 April 2023
Here are some logical and interesting facts about data-types and the modifiers associated with data-types:-1. If no data type is given to a variable, the compiler automati...
read more
C++
cpp-data-types
Interesting-Facts
Interesting Programming facts about Fibonacci numbers
Last Updated: 23 July 2025
We know Fibonacci number, Fn = Fn-1 + Fn-2.First few Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, .... .Here are some interestin...
read more
Mathematical
DSA
Fibonacci
Interesting-Facts
Interesting facts about strings in Python | Set 2 (Slicing)
Last Updated: 04 August 2022
Creating a StringStrings in Python can be created using single quotes or double quotes or even triple quotes. # Python Program for# Creation of String # Creating a String#...
read more
Python
Interesting-Facts
Py-Facts - 10 interesting facts about Python
Last Updated: 09 March 2022
Python is one of the most popular programming languages nowadays onaccount of its code readability and simplicity. All thanks to Guido Van Rossum, itscreator.I've compiled...
read more
Technical Scripter
Python
Interesting-Facts
1
2