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
Can you mix old-style and new-style function syntax?
What is the use of a semicolon (;) at the end of every program statement?
What is a far pointer in c?
What is file in c preprocessor?
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain the process of converting a Tree into a Binary Tree.
What is the size of structure pointer in c?
Can true be a variable name in c?
What is the data segment that is followed by c?
What is difference between class and structure?
What is a wrapper function in c?
What is the purpose of 'register' keyword in c language?
What is a dynamic array in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Where are c variables stored in memory?