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
Saturday, December 29, 2007
Friday, December 28, 2007
DECLARATION & DEFINATION
WHAT IS DIFFERENCE BETWEEN DECLARATION AND DEFINATION??
extern int i; ----- Declaration
int i; ------ Defination
or int i=9;
extern int i; ----- Declaration
int i; ------ Defination
or int i=9;
Subscribe to:
Posts (Atom)