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
What is the difference between array and linked list in c?
How do you use a pointer to a function?
Differentiate between the = symbol and == symbol?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How are 16- and 32-bit numbers stored?
Explain the difference between call by value and call by reference in c language?
can any one provide me the notes of data structure for ignou cs-62 paper
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is #define size in c?
What are actual arguments?
What are the advantages of using new operator as compared to the function malloc ()?
Is it acceptable to declare/define a variable in a c header?
What is a loop?
What are 'near' and 'far' pointers?