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
Explain why can’t constant values be used to define an array’s initial size?
When is a null pointer used?
What is the purpose of clrscr () printf () and getch ()?
Write a program to reverse a given number in c language?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Explain 'bit masking'?
What is the difference between the local variable and global variable in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Explain the difference between getch() and getche() in c?
Write a program to print fibonacci series using recursion?
What is getch c?
Why is not a pointer null after calling free?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is meant by 'bit masking'?
What is the use of sizeof?