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
What is clrscr ()?
What is volatile variable how do you declare it?
What does sizeof int return?
Is python a c language?
What is a ternary operator in c?
What math functions are available for integers? For floating point?
What tq means in chat?
How do you use a pointer to a function?
What are the loops in c?
Is it fine to write void main () or main () in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Why do we use & in c?
Write a factorial program using C.
How can I send mail from within a c program?
What does != Mean in c?