difference between object file and executable file
No Answer is Posted For this Question
Be the First to Post Answer
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is static function in c?
Why use int main instead of void main?
What is malloc return c?
Explain what is #line used for?
I want tcs placement papers of 2004-2009 , its urgent
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
how can I convert a string to a number?
Explain what is output redirection?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Can the sizeof operator be used to tell the size of an array passed to a function?
show how link list can be used to repersent the following polynomial i) 5x+2