In header files whether functions are declared or defined?
Answer Posted / suchithrat
No....In C we cannot declare functions in header files
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Tell me what is the purpose of 'register' keyword in c language?
Suggesting that there can be 62 seconds in a minute?
Explain what is the most efficient way to store flag values?
Is there anything like an ifdef for typedefs?
What are the disadvantages of c language?
What is substring in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the advantages of external class?
Does free set pointer to null?
What is %d called in c?
What is the scope of static variable in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Why doesnt that code work?