Articles on Trending Technologies

Technical articles with clear explanations and examples

Golang Program to Create a Function without Argument and Without a Return Value

Akhil Sharma
Akhil Sharma
Updated on 25-Oct-2022 2K+ Views

In this tutorial we will learn how to create a function without argument and without a return value in Go Programming Language. When a function has no arguments, it does not receive any data from the calling function. Similarly when it does not return any value, the calling function does not receive any data from the called function. So there is no data transfer between calling and called function. Add two Numbers Algorithm Step 1 − Import the package fmt package Step 2 − Start function main () Step 3 − Calling the function add () Step 4 − ...

Read More

Golang Program to Find G.C.D Using Recursion

Akhil Sharma
Akhil Sharma
Updated on 25-Oct-2022 2K+ Views

In this tutorial we will discuss how to write a Golang program to find the greatest common divisor GCD using recursion. The greatest common divisor (GCD) of two or more numbers is the greatest common factor number that divides them, exactly. It is also called the highest common factor (HCF). For example, the greatest common factor of 15 and 10 is 5, since both the numbers can be divided by 5. 15/5 = 3 10/5 = 2 Algorithm Step 1 − Import the package fmt Step 2 − Start function main() Step 3 − We will use an ...

Read More

How to Convert Celsius To Fahrenheit using Python?

Vikram Chiluka
Vikram Chiluka
Updated on 25-Oct-2022 17K+ Views

In this article, we will show you how to convert Celsius To Fahrenheit using Python. Celsius Celsius is a temperature measurement unit that is also known as centigrade. It is an SIderived unit that is used by the majority of countries throughout the world. It is named after the Swedish astronomer Anders Celsius. Fahrenheit Fahrenheit is a temperature scale named after the Polish-born German physicist Daniel Gabriel Fahrenheit, and it uses degrees Fahrenheit as a temperature unit. To obtain Fahrenheit equivalent of celsius, multiply by 1.8 and add 32 - f=c*1.8+32 Or we can use another formula − ...

Read More

How to make YouTube a little safer for your Kids?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 296 Views

It can be difficult to keep kids away from inappropriate YouTube material. How do we filter out all the violent, sexual, manipulative, hateful, and unsuitable material on YouTube when there are billions of videos and 2 billion users log in every month? There are a few ways to limit access on YouTube, including the regular YouTube version and the specialized YouTube Kids app, both of which are designed to screening out adult material. Nonetheless, dozens of studies have demonstrated the enormous volume of obscene, aggressive, and horrific material that YouTube's automated filters miss. Following accusations that YouTube was being used ...

Read More

How to Enable Email Notification on YouTube?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 1K+ Views

Do you admire someone on YouTube, but do not have the opportunity to check them out as often as they post? Consider signing up for updates that notify you when they make new videos. On YouTube, we live in an age of information overload, as is the case with any other age. The things that matter to you may get lost in the shuffle when hundreds of videos are uploaded to the video sharing site every minute. You may miss out on a new video even if you are subscribed to a channel. It happened to me; I am a ...

Read More

How to delete videos from "Watch later" on YouTube?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 2K+ Views

Saving videos and viewing them later is a useful feature of the YouTube app. For viewers who do not have time to finish a video, the "Watch Later" feature is ideal. They put it off until a later date. Like the ones we create on OTTs, YouTube enables us to build a watchlist. You can put any video that strikes your fancy but you do not have the time to watch in the "Watch Later playlist." One may easily save those videos and create a list by clicking on the three dots beside the video and then tapping on the ...

Read More

How to delete liked videos on YouTube

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 34K+ Views

YouTube, which was founded in 2005, has rapidly risen to become one of the most popular video platforms. Millions of users have built accounts on YouTube, allowing them to Upload, watch, like, and share videos. It is a free platform where users can do all these things. Users can view and sort their Liked videos in the future, and they appear in order of most recent liked video to last recently liked. Any viewer may Like the video if they think it is intriguing or informative. We hit the like button to express appreciation for similar calls to action (like) ...

Read More

How to create a parents and kid's profile on YouTube kids' app?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 2K+ Views

Parents generally give their youngsters their mobile or tablet and let them watch videos via the regular YouTube app using the parent's Google account. Since the children might be exposed to material unsuitable for their age, this might be harmful. YouTube Kids is a kid-friendly app offered by YouTube. It can help parents or guardians avoid the need to constantly check YouTube for inappropriate material and instead allow children to access it. Parents with signed in accounts may build a unique profile for each kid in their family via YouTube Kids. Each kid can get the most out of the ...

Read More

How to auto delete YouTube history on browser?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 1K+ Views

With millions of users across the globe, YouTube is one of the most popular video platforms. Anybody with access to your device, laptop, tablet, or mobile, as well as third-party applications that collect data for marketing purposes, can view and search through your YouTube history. Google launched a new feature in May that allows people to securely delete their location and browsing history records. This functionality was eventually rolled out to YouTube as well. What’s YouTube History? YouTube History saves videos you watch and the things you search for on YouTube. Your YouTube history includes the things you watch and ...

Read More

How to add YouTube video to Google slides?

Prachi Gupta
Prachi Gupta
Updated on 20-Oct-2022 377 Views

Google Slides is a component of Google's web-based Google Docs Editor set that is offered for free. Desktop, Android, and iOS devices are all supported. Office teams can create, communicate, edit, and work together in the Google workspace, which includes Google Slides. Your message needs to be heard and understood, so your delivery and keeping your audience interested are equally crucial. You may want to know how to include a YouTube Video if you are using Google Slides and want to keep your presentation interesting and engaging. Your viewers' attention might be drawn to your Google Slide presentation by including ...

Read More
Showing 42751–42760 of 61,297 articles
Advertisements