Learn C With Me Beginners C Tutorial

//w.a.p to take two numbers and performs addition,subtraction,multiplication,division. #include #include void main() { float a,b; clrscr(); printf(“enter 1st number”); scanf(“%f”,&a); printf(“enter 2nd number”); scanf(“%f”,&b); printf(“Result of Addition is %f”,a+b); printf(“\nResult of Subtraction is %f”,a-b); printf(“\nResult of Multiplication is %f”,a*b); printf(“\nResult of division is %f”,a/b); getch(); } //w.a.p to take Celious Temprature and convert to Feranhite [...]

[ More ] July 16th, 2012 | No Comments | Posted in Programming, Science & Technology |

Small Is Beautiful: The Renault Twizy EV

Small Is Beautiful: The Renault Twizy EV Displayed at the 2010 Delhi Auto Expo, the Renault Twizy is already on sale in Europe.   The Renault Twizy is already on sale in Europe and reports suggest that this practical urban car will be launched in India, too. The ultra-compact footprint of Renault Twizy (length: 2.32 [...]

[ More ] July 16th, 2012 | No Comments | Posted in General, Science & Technology |

Download Free Books for your Amazon Kindle

Amazon’s Kindle store has more than a million books that you can download and read on your Kindle e-book reader. Read Kindle Books without the Kindle Reader If you don’t have the Kindle device (i.e., the hardware), you can still download any of these Kindle books and read them in your web browser (read.amazon.com) without [...]

[ More ] July 15th, 2012 | 1 Comment | Posted in General, Science & Technology |

How to Protect Facebook Account from Hackers

Prevention is better than cure. If you feel you have some(at least) valuable content or if you feel that your Facebook account is important they you need to take minimum precautions to protect it from hackers. It can be like you need to take precautions at least to reset your password quick once it was [...]

[ More ] July 15th, 2012 | No Comments | Posted in General, Science & Technology |

How to Delete Facebook Album at Once

You wont able to see delete option for an album in Facebook so easily. It is easy to upload photos in Facebook and Facebook allows unlimited( almost)  number of albums and unlimited number of pics but the option to delete is not clearly visible if some one want to delete their photos or delete entire [...]

[ More ] July 15th, 2012 | No Comments | Posted in General, Science & Technology |