Browsing category

Basic

C exercise to Divide of two integer numbers

C exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of C exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in C language   What is division The division is a method of…

Python Programming language Data types

Python programming language Datatypes In this tutorial, we discuss the concept of Python programming language data types. The data type is an important concept in every language including python language. Python language has a variety of data types to manipulate the python program. The value of every python language is has a data type. In…

Write a Python program to print an integer

Write a Python program to print an integer In this tutorial, we will discuss a simple concept of Write a Python program to print an integer In this post, we are going to learn about how to print a integer number entered by user in C programming language Program 1 #Python program to print an…

input output function in the C language

input output function in the C language In this tutorial, we will discuss input output function in the C  language. printf() scanf() function in C programming language The C programming language provides various built-in functions(in-built library function ) for several purposes as a mathematical calculation, string manipulation and input-output operation and many more. input-output function…

C program gets() and puts() function

C program gets() and puts() function In this tutorial, we will discuss a simple concept of the C program gets() and put() function Both the functions are used to in the input and output operation of the Strings The gets() functions are used to read string input from the keyboard and puts() function displays it….

Hello world program in C programming language

Hello world program in C programming language C “Hello world”program In this tutorial, we will discuss Hello world program in C programming language Hello, word program is a very simple program for beginners in C language with few lines of coding and is easy to understand. If you want to run this program on your…

Introduction of Python programming language

Introduction of Python programming language In tis tutorial we will learn about Introduction of Python programming language Python is a high level programming language which supports object oriented programming concept. It was created in 1981 by Guido van Rossum. Python is easy to learn and very easy to syntax, debug and code etc.   Installing…