hi,
can any one tell me the answer to these questions.
1. can we make a .c file (c source file) functionality available to other files with out including this file.any mechanism is there for this one?
2.can .obj(compiled source file in c) file can be used by other source files?
3.can we print individual bytes in a double seperately?
4.is there any mechanism to make structure working like a class?
5. can we pass more than two arguments to main function?
can any one tell me the answer to these questions.
1. can we make a .c file (c source file) functionality available to other files with out including this file.any mechanism is there for this one?
2.can .obj(compiled source file in c) file can be used by other source files?
3.can we print individual bytes in a double seperately?
4.is there any mechanism to make structure working like a class?
5. can we pass more than two arguments to main function?
Comment