Google Makes Some Changes to the I’m Feeling Lucky Button

Thursday, April 17, 2014

0 comments
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...
Read More..

Samsung Omnia II Review

Tuesday, April 15, 2014

0 comments
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...
Read More..

Samsung A900M Review

0 comments
Review posted October 25, 2006 by Tanker BobAs mobile phones become more and more sophisticated, they transform into full-service connectivity centers. ...
Read More..

Multiple Options To Watch Movies Online

Monday, April 14, 2014

0 comments
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...
Read More..

All About The Low Cost Broadband Internet Service

Sunday, April 13, 2014

0 comments
By Leticia Jensen There is pretty much no point in denying that using the low cost broadband internet service has become integral to todays society....
Read More..

PROGRAM TO CONVERT 2 D ARRAY TO 1 D ARRAY

0 comments
#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...
Read More..

Learn Why The Construction Project Manager Software Is Important

Saturday, April 12, 2014

0 comments
By Katrina Wheeler Because the world is changing to accommodate the new technology that is spreading in different parts of the world, new programs...
Read More..

PROGRAM TO HIDE THE SYNTAX OF C

0 comments
#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...
Read More..

Decrease Character Pyramid

Friday, April 11, 2014

0 comments
Q. Write a C program to print the following decrease character pyramid as:EEEEEDDDDCCCBBAAns./*c program for decrease number pyramid*/#include<stdio.h>int...
Read More..

Number Pryamid By Function

Thursday, April 10, 2014

0 comments
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...
Read More..

Odd Number Triangle

Wednesday, April 9, 2014

0 comments
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...
Read More..

Learn How To Store Your Boat For Winter With St Petersburg Marinas

0 comments
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...
Read More..

Capture The Prankster With Reverse Cell Number Seek Out

Tuesday, April 8, 2014

0 comments
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....
Read More..

Quick Sort algorithm with time complexity calculation

0 comments
//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...
Read More..

Writting comments in C Programming

Monday, April 7, 2014

0 comments
Comments in C++"Comments are usually consisting of words in C++ program which are the non-executable parts of program and compiler does not...
Read More..

Loops in C While Loop

0 comments
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...
Read More..

Repeaters

Sunday, April 6, 2014

0 comments
Repeaters are also called Re-generator.Repeaters is only hardware device.Repeaters re-generate the original bit pattern.Figure: Repeaters...
Read More..

PROGRAM TO INSERT AN ELEMENT IN AN ARRAY

0 comments
#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...
Read More..

Before Make Magazine

Saturday, April 5, 2014

0 comments
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...
Read More..

Copyright © 2014 Information Sharing | Powered By Blogger