Create a transparent navigation bar using CSS

By Utkarsh Tiwari

Hey folks, I am up with another tutorial of CSS. In this tutorial, we will learn how to create a transparent navigation bar using CSS. So you must have seen the navigation bar in a.... Read More

C++ Program to remove only the tenth digit of the number

By Anne Caroline Glory Prince

In this tutorial, we will learn how to remove only the tenth digit of a number in C++. This program removes only the tenth digit of the integer. How to put an integer into an array.... Read More

Introduction to SQLite 3 with example in Python

By Prakash Raj

In this tutorial, we are going to see you how to establish the connection between SQLite 3 and python program and we also learn how to create a table through python programming. In.... Read More

Count the number of small letters in a string in Python

By shubham singh

Hey guys In this tutorial, we will learn how to count the number of capital letters in a given string. first, we will know what is our problem. we have a given string that contains.... Read More

Type Qualifiers in C++

By Shanigaram Mahesh

In this tutorial we will learn about qualifies in c+ +. What are the uses of qualifiers and where we use them. Let see with some examples. What are the type Qualifiers in C++? C++ .... Read More

How to make a folder using C++?

By Kanwaljeet Singh

Folders are very crucial for managing and arranging our data and files. It makes searching data when needed very easy and prevents the hassle when you need your files. Also, not al.... Read More

How to generate random string in PHP?

By Ujwal Kumar Sahoo

In this article, we will cover how to generate random string in PHP and it’s application in various fields. Create random strings for a fixed length In this section, we will .... Read More

Some Useful Built-in String Functions in C++

By Astha Awasthi

In this tutorial, we are going to discuss some useful built-in string functions in C++ and their use. Most Useful Built-in String Functions in C++ Here we will learn the following .... Read More