web analytics

Use of Excel Lookup for approximate values

Use of Excel Lookup for approximate values   lookup lookup(find what,From where,what to get) =LOOKUP(B8,A2:A7,B2:B7) Main points: -     Rang of “from Where” should be same as “what to get” like A2:A7 = B2:B7 -    From Where should be in ascending order. -     Value A3 – A2 will give same result as A2.   ...

Download Turbo C++ for windows 7 32Bit & 64Bit

Want to run Turbo C++ in windows 7, full screen mode ! Download it form here:

The Harlem Shake is back on Youtube

and now YouTube is doing Harlem Shake!! -Open YouTube -Type ‘do the harlem shake’ in search bar and Enter -Wait 30 seconds In one of Google’s funnier Easter Eggs, users have a fun surprise awaiting them on YouTube. Conducting a YouTube search for “do the Harlem shake” initiates a UI-style Harlem Shake on the world’s ...

Facebook “News feed” new look coming on 7 March 2013

Yes, Facebook is going to change News feed on March 7, after September 2011 now once again facebook is going to for major change in news feed, lets see what happens this time. Facebook sent out an invite which clearly shows there is something about news feed. Facebook recently changed its iOS app to get ...

Microsoft Launched Internet Explorer 10 in windows 7 | Quick Review

All user having service pack 1 in windows 7 can install it, Company offered direct download in 95 Languages, but browser will be automatically upgraded in coming weeks via windows updates.   Review:

Caclulate Area, Diameter

main () { system (“cls”); to clear your screen float radius, area, diameter, cf; cout <<”Please enter  your radius value:” cin >> radius; area = 3.14 * (radius*radius); cout <<”Area of a Circle = “<<area; getch; }

Rules for Naming Variables 1

Follow these rules when naming variables: A variable name must be of the form $name or ${name}. The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_). The first character of name must be an alphabetic character (a-z or A-Z). If the ${name} form is used, spaces can also ...

DATA TYPES IN C

In the C programming language, data types refers to an extensive system for declaring variables of different types. The language itself provides basic arithmetic types and syntax to build array and compound types. Several headers in the standard library contain definitions of support types, that have additional properties, such as exact size, guaranteed

Fundamental of Data types in C++

When programming, we store the variables in our computer’s memory, but the computer has to know what kind of data we want to store in them, since it is not going to occupy the same amount of memory to store a simple number than to store a single letter or a large number, and they ...

HTC One Review

Beautiful phone by HTC, its smart, slim, awesome camera, front side speaker to gives sharp, richer and louder sound with great quality. Camera can capture up-to 20 Pics while you press button for live views of pictures. Full metal body, tapered edges. Specifications:   SIZE: 137.4 x 68.2 x 9.3mm WEIGHT: 143g DISPLAY: 4.7 inch, Full HD 1080p, ...

Site last updated April 9, 2013 @ 3:05 pm