Transformation of Graphs

Graph of function does not remain the same. It changes its shape or position when values are added, subtracted or multiplied by the equation of the graph. This kind of change in the graph is called a transformation of the graph of functions.You must be familiar with the transformation happens to a graph of function … Read more

CSS Fonts In-Depth

Fonts define the typography of a web page or website. The font has certain properties that you can control using CSS. In other words, CSS can change the typography of a website directly.In this article, you will learn about fonts, the characteristics of the font, font-families, and properties that can be changed using CSS in … Read more

Boolean Algebra Basics

Boolean algebra basics contains a set of axioms, postulates, and theorems. It also contains a set of elements and operators. The operators are called the binary operators.A set of elements is a collection of objects that have similar properties. This definition of a set is debatable, but that is not the scope of this article. … Read more

How to Compile a C program using Turbo C++?

In the previous article, you learned how to install a Turbo C++ compiler on a windows system. After installation you must write your first C program ,and compile it. In this article you will learn to compile your first C program.Prerequisite to this article is installing turbo C++ compiler on your windows computer. How to … Read more

C Preprocessor Directives

There are a lot of components or processors involved inside or outside the C compiler that affects the compilation process. One of them is the C preprocessor.The preprocessor executes its own commands to the program before it is sent to the compiler for compilation. The preprocessor commands are called preprocessor directives.Though the directives have nothing … Read more

C Conditional Operators

In C programming language, sometimes it necessary to change the flow of the program.The C offers a special operator called a Conditional operator to do that.Before you start learning about the conditional operator, be familiar with C programming basics. Skip this step if you already know the basics. C program Structure How to install Turbo … Read more

C++ Program to Implement Queue using Arrays

Previous Next Queue is a linear data structure and it works on the principle of First In, Last Out (FILO). One of the common ways to implement a queue is using arrays. The elements are inserted at the front of the queue and removed from the rear of the queue.Before you learn about how to … Read more

Visual Basic 6 Controls

The visual basic 6 controls are objects that are placed on the form. Even a form is a control object. Each of the control objects has properties, methods, and events associated with them.Learn visual basic 6 basics before you begin with vb controls. Visual Basic basics Properties are attributes that describe the type of control. … Read more

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Exit mobile version