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


Please Help Members By Posting Answers For Below Questions

What are the different file extensions involved when programming in C?

751


What is an expression?

652


What is difference between static and global variable in c?

532


Explain what is page thrashing?

603


Which is better between malloc and calloc?

664






When c language was developed?

633


write a programming in c to find the sum of all elements in an array through function.

1701


Differentiate between calloc and malloc.

751


what do you mean by enumeration constant?

594


How to Throw some light on the splay trees?

617


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1622


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

685


What is new line escape sequence?

805


Is main an identifier in c?

593


Explain the difference between strcpy() and memcpy() function?

587