Category Archives: Basic
- Home
- Archive by Category "Basic" (Page 2)
- On
- By
- 0 Comment
- Categories: Data types, Python basic, String
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…
Read More- On
- By
- 0 Comment
- Categories: Basic, Python basic
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…
Read MoreWrite a Cpp program to print an integer
Write a Cpp program to print an integer In this tutorial, we will discuss a simple concept of Write a Cpp program to print an integer In this program, we are going to learn about how to print an integer number entered by the user in the Cpp programming language. The value is stored in a…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
Write a C program to print an integer
Write a C program to print an integer In this tutorial, we will discuss a simple concept of Write a C program to print an integer – entered by user In this post, we are going to learn about how to print a integer number entered by user in C programming language The value is…
Read More- On
- By
- 0 Comment
- Categories: Basic, Java basic
Write a Java program to print an integer
Write a Java program to print an integer In this tutorial, we will discuss a simple concept of Write a Java program to print an integer In this post, we are going to learn about how to print an integer number entered by the user in Java programming language The value is stored in…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
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…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
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….
Read More- On
- By
- 1 Comment
- Categories: Basic, Basic C language
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…
Read More- On
- By
- 2 Comments
- Categories: Basic, Python basic
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…
Read MoreIntroduction of Cpp programming language
Introduction to Cpp programming language In this tutorial, we will learn about Introduction to Cpp programming language C++ is an efficient multi-paradigm intermediate level general purpose programming language and it is an extended version of C language which supports Object-oriented programming concept(Oop). C++ is used by many programmers to write software in various fields, today,…
Read More