Skip to main content

Posts

Showing posts from April, 2020

Operators in C

C Operators C language includes a rich set of integrated operators. An operator is a symbol used to perform a certain application of mathematics or logic. Operators are used in C programming language to manipulating the data and variables in applications and are part of mathematic al or logical expressions. In other terms, we may say the operands are handled by an operator. There are major types of operators in C: Arithmetic Operators Relational Operators Logical Operators Bitwise Operators Assignment Operators Conditional Operators These are operators, we know in this c tutorial 1. Arithmetic operators Both simple arithmetic operators are provided by C. The table below shows all of the essential arithmetic operators. Operator Description + adds two operands - subtract second operands from first * multiply two operand / divide numerator by the denominator % remainder of division ++ Increment operator - increases int

JAVA Tutorial

Java is a programming language of high quality that was originally developed by Sun Microsystems and published in 1995. James Gosling is understood as Java's dad. Its name was Oak before Java. It runs on a wide variety of systems, such as Windows, Mac OS, and all the various UNIX models. This guide will help you learn Java programming language through simple and realistic approaches. Types of Java Applications There are four main types of java application 1) Standalone Application Often known as desktop applications or window oriented applications are stand-alone applications. Those are the conventional applications that must be installed on each computer. Media players, antivirus, etc., are examples of independent use. AWT and Swing are used for building standalone applications. 2) Web Application A server-side a program that generates a dynamic interface, is called a web program. Servlet, JSP, Struts, Spring, Hibernate, JSF, etc. technologies are cur

C Tutorial

C   is a programming language that was developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to build the UNIX OS. C is the software- the language most widely used. Developing applications such as operating systems, databases, compilers, and so on is also won't. It is an outstanding language for the system for beginners. Learn C with our successful C tutorial that will take you through complex topics like binary trees and data structures all the way from its very fundamentals of C C was originally used to build the framework, including the programs that make up the OS. C was introduced as a language for machine development since it generates code that runs almost as quickly as the code written in a programming language. It's like a human-computer, and it's called a programming language at the middle point. It is also popular to do tasks such as networking, OS-related Programming Function Of C ●      Designing the m