In this tutorial, we will see how to write a hello world program in c, how to write the comments in c program, and what header files are. so let us start. How can we write a hello world program in c? To write a program in c we first have to declare the header […]
Category: UMN
What is Algorithm in C Programming
In this tutorial, we will study What is an Algorithm in C Programming and its example, the qualities required in the algorithm, and the different types of algorithms available, and algorithm complexity. So let us start. What is an algorithm An algorithm can be seen as a series of steps for solving a problem. The […]
C Programming Language Basics Introduction
In this course, we will study the C Programming Language Basics Introduction and its advantage and disadvantage. So let us start. C Programming Language Basics Introduction C is a procedural oriented programming language (POP). This language was developed by Dennis Ritchie in 1972 at the bell laboratory. There was a B language before the C […]
Variables in Java Programming
In this tutorial we will study what is variables in java and what’s are the type of variable in java programming. So lets go in the deep model. What is variable A variable is a storage area where we store the data and the information. A variable is a holder which holds the value while […]
How to write my first Java Program
In this tutorial, we will start by writing our A simple Java program. It will cover the very basic structure of a program and also the rules that are followed to write a successful Java program. We will be using a console/terminal to compile our program, run and display the output of our program. Let’s […]
In this course, we will study the How to Install Java and how to Set Environment Variables in java and Installation of Java in Windows Operating System How to install Java? Java is supported in many platforms like Windows, Linux, Solaris, etc. All these platforms have their own installation methods. We will not be covering […]
How to Install Kali Linux in VMware
In this Tutorials, We will Declare How to Install Kali Linux in VMware Workstation 15.5 Pro and how to install VMware Workstation step by step guide. This is a virtual installation method with the help of which you can use Linux along with windows and other operating systems. What do you need Installation a Kali […]