Fix the Compilation Error and find the output #include<iostream> using namespace std; class Test { int x; public: ...
Read More
Why Semicolon in JavaScript 4
Why every statement level we are giving semicolon in Java Script ? In programming language it is compulsory to write semicolon but in Scri...
Read More
JavaScript Comments 3
Comments In Java Script Comments are nothing but NON EXECUTABLE Statements. In Java Scripts comments are classified into two types: 1 S...
Read More
JavaScipt Statements 2
In this Session we can view: window.document.write(" "); document.write(" "); Java Script Statements window.docum...
Read More
Assembly Language Programming Using 8086 Micro Processor
First of all you need to clearly understand Intel 8086 Microprocessor architecture, different segments registers(CS,DS,SS and ES), differ...
Read More
1 What is Java and Why Use Java?
What is Java? Java is a popular programming language, created in 1995. It is owned by Oracle, and more than 3 billion devices run Ja...
Read More
1 VB.NET(Visual Basic Dot Net)
VB.Net is a simple, modern, object-oriented computer programming language developed by Microsoft to combine the power of .NET Framework an...
Read More
JSP(Java Server Page)
Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic, platform-independent method for bui...
Read More
PHP(Personal Home Page)
What is PHP? PHP is an acronym for "PHP: Hypertext Preprocessor" PHP is a widely-used, open source scripting language PHP sc...
Read More
JavaScript for printing Welcome to JavaScript 1
Basic Concept: You can use any type of html tag but it should be inside document.write(" "); document.writeln : It is used to...
Read More
Ways to store Array address in Pointer
Ways to store Array address in Pointer Suppose we have a pointer 'p' and an array 'a' : Declaration : i...
Read More
Program to search the given element in entered array using pointer.
A Program to search the given element in entered array using pointer. Program: #include<iostream> using namespace ...
Read More
WRITE A PL/SQL PROGRAM USING FOR LOOP IN CURSOR TO PRINT NAME JOB IF EMPLOYEE HAVING DESIGNATION AS MANAGER OR ANAYST
-- USING FOR LOOP DECLARE CURSOR C1 IS SELECT ENAME,JOB FROM EMP; BEGIN FOR R IN C1 LOOP IF R.JOB='MANAGER...
Read More
Write a Program for Linear Search on sorted array in C
Linear Search on Sorted Array Linear Search is a technique to search the element one by one So...
Read More
Subscribe to:
Posts (Atom)