Can we include one C program into another C program if yes how?
Answer Posted / abhradeep chatterjee
I think its not possible.
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
What is c definition?
Explain how do you print an address?
will u please send me the placement papers to my mail???????????????????
What is use of pointer?
Differentiate between a for loop and a while loop? What are it uses?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is scope rule in c?
What should malloc() do?
Is c high or low level?
provide an example of the Group by clause, when would you use this clause
Explain 'bus error'?
What is the difference between printf and scanf in c?
What are examples of structures?
how can use subset in c program and give more example
Is array name a pointer?