Can we include one C program into another C program if yes how?
Answer Posted / dennis richie
@ answer 3:
der can't b multiple declaration of main...
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain 'bit masking'?
What is an example of structure?
Explain what is the difference between #include and #include 'file' ?
What do the functions atoi(), itoa() and gcvt() do?
What is union and structure?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How can you find the exact size of a data type in c?
How can you tell whether two strings are the same?
How can I trap or ignore keyboard interrupts like control-c?
Explain about C function prototype?
What is dynamic variable in c?
What is the difference between far and near in c?
Do string constants represent numerical values?
What are the different file extensions involved when programming in C?