Press "Enter" to skip to content

Posts tagged as “programming”

HIGH LEVEL LANGUAGE {HLL}

0

High level languages are easier for a human programmer to understand. They are generally not dependent on any particular computer machine. Advantages of High Level Languages There are many advantages of high level languages. These…

ASSEMBLY LEVEL LANGUAGE

0

This language uses letters and symbols instead of binary digits. These symbols are called Mnemonics. programs written in assembly level languages are called assembly codes. Assembly codes are translated into machine level language instructions. Assembly…

INTRODUCTION – PROGRAMMING LANGUAGES

0

A person who writes a program is called a programmer. To perform any task, programmer writes the set of instructions or programs in one of the many programming languages. programming , with regard to computer…

COMPUTER PROGRAMMING

0

INTRODUCTION A program is a set of instructions, which when executed, makes the computer work in a particular manner . programs are an integral part of a computer . computer will be useless if it…

What is $ v/s $$ in PHP

0

You have think or searched that what is $ and $$, if yes then, your search end here. $$var  is known as reference variable where as $var is normal variable, in the same way program…