Saturday, December 29, 2007

turboc for windows vista- 32 bit mode

windows vista is 32 bit operating system, and not allowing in normal mode to run turboc editor, so there are some tools available on the net to run c,cpp under windows vista

www.trnicely.net/misc/vista.html

for downloading antivirus , clik on http://www.matrix.org.in/LINK.html

Friday, December 28, 2007

DECLARATION & DEFINATION

WHAT IS DIFFERENCE BETWEEN DECLARATION AND DEFINATION??

extern int i; ----- Declaration


int i; ------ Defination
or int i=9;