Number swapping in c programming
There are two methods to swap two number. Using the third variable Without using the third variable Swapping of number using third variable In this... Read more
Source of computer tutorials
There are two methods to swap two number. Using the third variable Without using the third variable Swapping of number using third variable In this... Read more
C is a general-purpose, procedural programming language.C programming was developed by Denis Ritchie at Bell Labs, during 1980 – 1990. it was the most popular programming language.it... Read more
Class Objects in Python Python class Class is a blueprint or Skelton. Which gives information about how will be the class object. Some of the... Read more
Python Functions First of all, we need to understand what the function is and why we should use this? Let’s understand this concept. Where are... Read more
Loop in python What is the loop in python? Repetition of any statement or code is called a loop. What is the use of a... Read more
Statements in Python When our program has a requirement to use condition statements are used. There are different types of statements depending upon how much... Read more
Python operators Arithmetic Operators Relational Operators Logical Operators Arithmetic Operators Arithmetic operators perform all mathematical operations like addition, subtraction, multiplication, and division. 1 + Add... Read more
python introduction Python is an interpreted, high-level, general-purpose programming language, Python was created by Guido van Rossum and was first released in 1991. Python support... Read more
Learn to get HTML form data using PHP In this tutorial, we will learn about how to get and display HTML form data using PHP.... Read more
PHP operator Operators are used to calculating values. Arithmetic Operators Relational Operators Logical Operators Arithmetic operators + To add two number 2+3=5 – To subtract... Read more
PHP introduction PHP is a server-side programming language that is used to develop web pages mainly. PHP stands for preprocessor hypertext and developed by Rasmus... Read more
what is javascript Java script is lightweight, interpreted, web scripting programming language.javascript is also called dynamic programming language which is used to create dynamic web... Read more
HTML learn to design web page HTML stands for HyperText Markup Language, which is used to create web pages. HTML defines the structure of the... Read more