In this tutorial, we will learn about one of the core components of Java i.e the what is Java Runtime Environment. We will cover its basic structure and understand why it is needed in Java. This tutorial will also cover the installation of JRE into your local computer. What is the Java Runtime Environment (JRE)? […]
Category: UMN
What is Java and its Brief History
In this tutorial section, we will be diving deep into learning and understanding one of the most popular programming languages in the world i.e what is Java and its basics to advance. This tutorial section is recommended for those who are new in the field of programming as well as those who are willing to […]
What is VPN – Types and Working of VPN
In this tutorial, We will study what is VPN, Advantage, types of VPN – Remote Access, Site to site or Extra-Net and How VPN Working, etc. What is VPN? VPN stands for the virtual private network. This is a technology that establishes a connection between the public network (Internet) at the time of 2 hosts, […]
Loop Statement in C
In this tutorial, we will study what is loop statements in c, why are they used, what are the types of loop statements, and how it works? So let us start. What are the loops statements in c? Loop statements in any language are used to execute a piece of the code number of times. […]
Decision Making statements in C
In this tutorial, we will study decision making statements in c, the if statement, else statement, and the if-else statement. What are the decision making statements? Decision Making can be understood by using an example, the age of the student is stored in two-variables but if we want to print the age of the student […]
Header files in C
In this tutorial, we will learn what are header files in c programming and the types of header files, and how to use header files. So let us go into the deep models. What are header files in c? Header files are those files in which c functions declaration and macro definitions are shared between […]
Operators in C Programming
In this tutorial, we will learn Operators in c programming, and the types of unary and binary operators, and the difference between the unary operator and binary operator. So let us start. What are operators in c? An operator is a symbol or sign that operates on a value or a variable. In any of […]
Keywords in C Programming
In this tutorial, we will study what keywords in c programming are. So let us start. What are the keywords in c programming? Keywords are the predefined tokens in the C language. They can also be seen as reserved words. There are 32 types of keywords and every keyword is unique. These keywords are used […]
Variables and Constants in C Programming
In this tutorial, we will learn variables and constants in c programming, and the rules for naming a variable, and the difference between variables and constant. So let us start. What are the variables in a c programming language? A Variable is a strong area that is used to store the data. The Variable stores […]
Input output Statement in C
In this tutorial, we will study the input output statement in c, what is scanf, and printf. so let us start. What are the input output statements in c? In the C Language to process an input-output statement, there are two ways or processes. Input means taking the data from the user that will be […]