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;

Wednesday, May 16, 2007

main function

what is main () , is it a function, where it is defined , then

how compiler checks availablity of main in c program,

i need to know what is main, how it works, what r other things related to main

in c / cpp

Rajesh Azad

azadrajesh@gmail.com