If global variables have file scope, what is the need for 'extern' key word for linkage. If I am not including a file implicitly using '#include' how can I use...
What are static libraries and what are dynamic libraries ? Please let me know the differentiation. What type of the above two does Turbo C and VC++ use ? ...
extern is very much required when u r trying to access a variable defined in another file. Let assume that we have 2 files a.c and b.c : a.c has a definition...
The answer to both of your questions is the same. The 'extern' keyword indicates that the variable is present in another file and should be included in the...
Dear friends, Pls give me a good site address and/or good book name for learning Unix / Linux... Kindly respond for this...Thanking u all very much in...
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Jul 1, 2004 5:58 pm
1348
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Jul 1, 2004 5:58 pm
1349
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Jul 1, 2004 5:58 pm
1350
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Jul 1, 2004 5:58 pm
1353
File : malloc.c Description : Implementation of malloc in C...
c4swimmers@yahoogroup...
Jul 1, 2004 5:58 pm
1354
... Namskar, I hope u people must be doing great as usual...... Here is a great new..... A online Certification company Brainbench is offering totally free...
Ya ! If u have Linux have a look at the man pages. Otherwise follow this link http://61.17.31.12/~kibunch/Library/ or this link ftp://198.85.41.42/BOOKS/ thks ...
ram
ramprasad_r@...
Jul 2, 2004 3:19 pm
1360
That can be possible by the use of macros #ifdef and #define. ... A C programmer forgets and adds ; in his normal English statements, A Kernel Programmer if...
ram
ramprasad_r@...
Jul 2, 2004 3:45 pm
1361
hi plz let me know the difference between compilation error and run time error. plz give me to examples for each one thanks narasimha [Non-text portions of...
narasimha rao
thec59@...
Jul 3, 2004 3:30 am
1362
Hi, All syntax errors come under compile time errors. eg: semicolon missing,funnction should return values, incompatible type declaration. run time errors...
Hi Guys, Ramaiah has mentioned about the compilation Errors. But there r two types of compilation errors as I know. One is Syntax Error and another is...
HI, can anyone give idea how to schedule a program in Linux/Unix like run on daily basis or weekly basis. If there is any link related to that plz let me know....