Home » Articles posted by evirtualguru_ajaygour (Page 1394)

Learn JavaScrip online by eVirtualGuru.

Online JavaScrip(); Class    1. Introduction of JavaScript and JScript.   2. What Kinds of Things Can You Do with JavaScript and JScript?   3. How to Integrating JavaScript with HTML.   4. Create Your First JavaScript”Hello World” program.   5. Learn Different Ways to Integrate JavaScript into Your HTML Pages.   6. Learn about JavaScript and Case Sensitivity.   7. Learn how to Placing JavaScripts in the Head Section of the HTML page.   8. Learn how...
Continue reading »

Introduction of JavaScript and JScript, Online JavaScript Course.

  JavaScript is a computer language specially designed to work with Internet browsers. It lets you create small programs called scripts and embed them inside Hypertext Markup Language (HTML) pages in order to provide interactive content on your Web pages. JScript is Microsoft’s implementation of JavaScript. In addition to running within Internet Explorer, Microsoft also provides a version of JScript that can be used as a desktop scripting language with the...
Continue reading »

C Program to solve “Bubble Sorting Algorithm example” Complete C language Program of algorithm.

  Bubble Sorting Algorithm example ——————————– Program takes a hardcoded array of certain numbers and sorts them using a simple bubble sort algorithm that I put into a function. I used a macro insteadof a function for the swapping b/c it’s easier to read and understand. The program outputs a beforeand after of the elements of the array to show that it actually did something. ***************************************************/ #include <stdio.h> #include <stdlib.h> #define SWAP(a,b) { int t;...
Continue reading »

C Program of “Analog Clock ” complete program, create analog clock in c language.

  # include <graphics.h> # include <dos.h> # include <stdio.h> # include <conio.h> # include <math.h> # include <process.h> void frame(); void star_in(int, int, int, int, int, float, float); void line_at_angle(int, float, int); void beep(int, int); void clear (int, int, int, int, int); void main() { int gdriver=DETECT,gmode,errorcode; initgraph(&gdriver,&gmode,”c:\tc\bgi”); errorcode=graphresult(); if(errorcode!=grOk) { printf(“ Graphics error %s”,grapherrormsg(errorcode)); printf(“ press any key to halt. “); exit(1); } struct time t; gettime(&t); int key,k=0;...
Continue reading »

Mathematics (041) CBSE Question Papers 2015-2016, Complete Question Papers of Mathematics (041) CBSE.

Mathematics (041) Question Papers 2015     Question Paper Class 12 Mathematics 2015 Paper 1.pdf Question Paper Class 12 Mathematics 2015 Paper 2.pdf Question Paper Class 12 Mathematics 2015 Paper 3.pdf Question Paper Class 12 Mathematics 2015 Paper 4.pdf Question Paper Class 12 Mathematics 2015 Paper 5.pdf Question Paper Class 12 Mathematics 2015 Paper 6.pdf Question Paper Class 12 Mathematics 2015 Paper 7.pdf Question Paper Class 12 Mathematics 2015 Paper 8.pdf Question...
Continue reading »

Informatics Practices (065) CBSE Question Papers 2015-2016, Complete Question Papers of Informatics Practices (065) CBSE.

  Computer Science (065) Question Papers 2015 Question paper Class 12 Informatics Practices 2015 Paper 1.pdf Question paper Class 12 Informatics Practices 2015 Paper 2.pdf Question paper Class 12 Informatics Practices 2015 Paper 3.pdf Question paper Class 12 Informatics Practices 2015 Paper 4.pdf Question paper Class 12 Informatics Practices 2015 Paper 5.pdf Question paper Class 12 Informatics Practices 2015 Paper 6.pdf Question paper Class 12 Informatics Practices 2015 Paper 7.pdf Question...
Continue reading »

English (001) Class 12, CBSE Question Papers 2015-2016, Complete Question Papers of English (001) Class 12 CBSE

English (001) Class 12 Question Papers 2015 English 12  Question Paper  2015 1.pdf English 12  Question Paper  2015 2.pdf English 12  Question Paper  2015 3.pdf English 12  Question Paper  2015 4.pdf English 12  Question Paper  2015 5.pdf English 12  Question Paper  2015 6.pdf English 12  Question Paper  2015 7.pdf English 12  Question Paper  2015 8.pdf English 12  Question Paper  2015 9.pdf
Continue reading »