Google is now use I am Feeling Lucky button on their homepage to serve in-house ads for Google Earth, Local Search and other Google products.The I’m...
Samsung Omnia II Review
Whats hot: Large AMOLED touch screen with vivid colors, lots of storage.Whats not: Sluggish, Windows Mobile may be too eradicated for some tastes.CheckedDecember...
Samsung A900M Review
Review posted October 25, 2006 by Tanker BobAs mobile phones become more and more sophisticated, they transform into full-service connectivity centers. ...
Multiple Options To Watch Movies Online
Posted by
siak
Monday, April 14, 2014
at 7:30 AM 0 comments Labels: movies, multiple, online, options, to, watch By Buddy Daugherty If you are one of those people who enjoy watching a lot of flicks, you might want to watch movies online. You might be able to do...
All About The Low Cost Broadband Internet Service
Posted by
siak
Sunday, April 13, 2014
at 5:45 PM 0 comments Labels: about, all, broadband, cost, internet, low, service, theBy Leticia Jensen There is pretty much no point in denying that using the low cost broadband internet service has become integral to todays society....
PROGRAM TO CONVERT 2 D ARRAY TO 1 D ARRAY
#define MAXROW 3#define MAXCOL 2main(){int a[MAXROW][MAXCOL],B[MAXROW*MAXCOL];INT I,J,K=0;printf("Enter the matrix elements in row order ");for(i=0;i<MAXROW;i++);for(j=0;j<MAXCOL;j++);{scanf("%d",&a[i][j]);b[k++]=a[i][j];}printf("Given...
Learn Why The Construction Project Manager Software Is Important
Posted by
siak
Saturday, April 12, 2014
at 3:30 PM 0 comments Labels: construction, important, is, learn, manager, project, software, the, why By Katrina Wheeler Because the world is changing to accommodate the new technology that is spreading in different parts of the world, new programs...
PROGRAM TO HIDE THE SYNTAX OF C
#define BEGIN main(){#define END}#define EQUAL ==#define READ(N) scanf("%d",&N)#define WRITELN(N) printf("%d",N)BEGINint i;READ(i);if(i EQUAL 5)WRITELN(i);ENDIf...
Decrease Character Pyramid

Q. Write a C program to print the following decrease character pyramid as:EEEEEDDDDCCCBBAAns./*c program for decrease number pyramid*/#include<stdio.h>int...
Number Pryamid By Function
Posted by
siak
Thursday, April 10, 2014
at 10:00 AM 0 comments Labels: by, function, number, pryamid
Q. Write a C program to print the following triangle using function. 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6Ans./*C program for number...
Odd Number Triangle

Q. Write a C program to print the following number triangle as: 0 1 0 1 2 1 0 2 1 3 2 1 0 1 2 3Ans./*c program for odd number triangle*/#include<stdio.h>int...
Learn How To Store Your Boat For Winter With St Petersburg Marinas
Posted by
siak
at
8:45 AM
0
comments
Labels:
boat,
for,
how,
learn,
marinas,
petersburg,
st,
store,
to,
winter,
with,
your
By Lance Aldinger It is great to have a boat and enjoy the fun and relaxation that this wonderful pastime brings. This is particularly so when the...
Capture The Prankster With Reverse Cell Number Seek Out
Posted by
siak
Tuesday, April 8, 2014
at 7:45 PM 0 comments Labels: capture, cell, number, out, prankster, reverse, seek, the, with By Eirena Biafra Understanding is half the battle. Once you understand if the business requiring money is real or not you can manage it accordingly....
Quick Sort algorithm with time complexity calculation
Posted by
siak
at
7:00 AM
0
comments
Labels:
algorithm,
calculation,
complexity,
quick,
sort,
time,
with
//A program to implement Quick Sort algorithm. Also calculate time complexity.#include<stdio.h>#include<conio.h>int x,r,p,a[20],i,j,n,temp,count=0;int...
Writting comments in C Programming
Posted by
siak
Monday, April 7, 2014
at 7:00 PM 0 comments Labels: c, comments, in, programming, writtingComments in C++"Comments are usually consisting of words in C++ program which are the non-executable parts of program and compiler does not...
Loops in C While Loop
Loop in C++It is a statement that is used to repeat set of statements up to a fixed number of times or until a given condition is satisfied.There are...
Repeaters

Repeaters are also called Re-generator.Repeaters is only hardware device.Repeaters re-generate the original bit pattern.Figure: Repeaters...
PROGRAM TO INSERT AN ELEMENT IN AN ARRAY
#define MAX 10main(){int a[MAX]={11,22,33,44,55,77,88};int n,x;printf("Enter an element to be inserted ");scanf("%d",&x);printf("Enter the position...
Before Make Magazine
In the corner of the factory there was a rather large machine sitting there unused. There was a sort of hodgepodgeness (if thats a word) about it. My...
Subscribe to:
Posts (Atom)