A blog of good c ,java,sql,Linux,java script and vb6 programs,Windows tricks,sms shorthand etc.
Owner: moneyhoney4all
Listed in: Computers
Language: English
Tags: source code, c program, codes, java program, free programs
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
2
Page Views this Month:
2
Total Unique Visitors:
2,991
Total Page Views:
3,690
Total Hits Out:
131
Latest Blog Posts for codezworld
- WAP of Simpson3/8 in Con Mar 30, 2012/* WAP of Simpson3/8 in C */ #include<stdio.h> #include<conio.h> void main() { float x[100],y[100],value2,value,fx,h; int i,size; clrscr(); printf("How many value you want to enter: "); scanf("%d",&size); for(i=0; i<size; i++...
- WAP of Matrix Multiplication in Javaon Mar 29, 2012 in matrix java program/*WAP of Matrix Multiplication in Java*/ import java.lang.*; import java.io.*; import java.util.*; class matrix { public static void main (String args[]) throws IOException { int a[][] = new int[2][2]; int b[][] = new int[2][2]; int c[][] =...
- WAP of Linear Search in C++/*WAP of Linear Search in C++*/ #include<iostream.h> #include<conio.h> class linearSearch { int size, a[100],item; public: void setData(); void searchItem(); }; void linearSearch :: setData() { int i; cout > size; cout a[i];...
- WAP of Bubble Short in C++on Mar 29, 2012/*WAP of Bubble Short in C++*/ #include<iostream.h> #include<conio.h> class bubbleShort { int size, a[100]; public: void getdata(); void sorting(); }; void bubbleShort :: getdata() { int i; cout > size; cout > a[i]; cout...
- WAP of Switch case in Javaon Mar 29, 2012 in switch statements java program/*WAP to capture the two integer values from user and perform following actions according to user Requierement 1. Addition 2. Substraction 3. Multiplication 4. Division 5. Exit */ import java.lang.*; import java.io.*; class oprations { public vo...
- WAP of Simpson's 1/3on Mar 20, 2012/* WAP of Simpson's 1/3 */ #include<stdio.h> #include<conio.h> void main() { float x[100],y[100],odd, even,fx,h; int size,i; clrscr(); printf("How many value you want to enter: "); scanf("%d",&size); for(i=0; i<size; i++)...
- Student record using Structure in c/*WAP of Student record using Structure in c*/ #include<stdio.h> #include<conio.h> struct student { int rollno, marks1,marks2,marks3,tot; char name[25],grade; float per; }; void main() { struct student s; //Data type of '*s' is str...
- Student record using Array of Structure in c/*WAP of Student record using Array of Structure in c*/ #include<stdio.h> #include<conio.h> struct student { int rollno, marks1,marks2,marks3,tot; char name[25],grade; float per; }; void main() { struct student s[5]; //Data type of '*...
- length of array in c/*WAP to Calculate length of array in c*/ #include<stdio.h> #include<conio.h> int array[6]= { 1, 2, 3, 4, 5, 6 }; void main() { clrscr(); int len=sizeo...
- Save downloads to a different directoryon Feb 15, 2011 in Windows 7 TricksSave downloads to a different directory. These tips apply primarily to Windows 7 fie Windows 7 Downloads directory sounds convenient, but since few users ever go browsing there, downloaded files may be forgotten for days. Most browsers wi...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}