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
Why is c fast?
What are global variables?
differentiate built-in functions and user – defined functions.
What is floating point constants?
What does a function declared as pascal do differently?
What is scope and lifetime of a variable in c?
Explain what are the different data types in c?
Which header file is essential for using strcmp function?
What is maximum size of array in c?
Write a program for finding factorial of a number.
Explain the difference between exit() and _exit() function?
Is array a primitive data type in c?
What is a sequential access file?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the code in while loop that returns the output of given code?