How C stores file in the memory including: Text segment Initialized variable Uninitialized variable Stack (E.g. function) Heap (E.g. pointers)
Author: kothari.ashish0@gmail.com
Online Tools
Online tools that provide benefit to use software without any installation and work at any where any time, and are also light weight application so, can be used in mobile also. Online tools: Notepad Office suit
Hidden/Screte code of Android
Following collection of the secret codes are available to mostly all the android platform. All of these would be enterd through the phone dialer. These codes are for the hidden menus or feature of the phone provided by manufacturer for the programmer or OEM to get into the system for troubleshooting, there’s no guarantee that…
Bitcoin- Digital Currency
The Bitcoin is cryptic currency of the Internet. Its daily price is changing on international market, so its going to be traded, current price of bitcoin are more than a thousand dollars. The bank has no control over it, so no any guarantee of the Reserve Bank of digital currency. The digital currencies do not…
Question of Pointer
Why output of this 2 program is different? P1: float a=2,*f1,*f2; f1=f2=&a; *f1+=(a+=2.5); printf(“\n%f %f %f”,a,*f1,*f2); P2: float a=2,*f1,*f2; f1=f2=&a; a+=(a+=2.5); printf(“\n%f %f %f”,a,*f1,*f2); Output: (In GCC and Turbo C both) 6.500000 6.500000 6.500000 9.000000 9.000000 9.000000
A Touch-Screen on any Surface
By translating shapes into computerized images, this system can turn any surface into a touch-screen. This project is design by Engineers those are Karthik Ramani and Niklas Elmqvist and their colleagues, revealed a new concept, projector-based computer input system that can transform desks, office walls, or even kitchen islands into interactive surfaces. This system consist…
“NETRA”, Internet surveillance system
The “NETRA“-NEtwork TRaffic Analysis system for internet surveillance which will be launched by the Indian government and it has been developed by Centre for Artificial Intelligence and Robotics (CAIR) in the Defence Research and Development Organisation (DRDO) lab. The purpose of the NETRA is to analyses the voice traffic such as Skype and Google Talk…
Phonegap-The cross-platform mobile apps
PhoneGap is the framework that solves building applications for each device like iPhone, Android, Windows Mobile by using standards-based web technologies to bridge web applications and mobile devices. It helps in creating apps using the web technologies which are known to you eg. HTML, CSS, and JavaScript. PhoneGap core engine is totally open source, under the Apache…
PC suit of android
“Mobogenie“ is the well featured PC suit, features such as Apps downloaded, Manage and edit contacts easily, Download the best videos,music and photos on the web, Desktop manager for your inbox and Back up and restore with one click for any android mobile.
History of C compiler
The first compiler was written by Grace Hopper, in 1952, for the A-0 System language. C was therefore useful for many applications that had formerly been coded in assembly language, B preceded C but most probably PDP-7 assembler language was the choosed to write the first C compiler which is developed by Dennis Ritchie, one…