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


Please Help Members By Posting Answers For Below Questions

Why is c fast?

779


What are global variables?

824


differentiate built-in functions and user – defined functions.

838


What is floating point constants?

862


What does a function declared as pascal do differently?

771






What is scope and lifetime of a variable in c?

732


Explain what are the different data types in c?

905


Which header file is essential for using strcmp function?

1142


What is maximum size of array in c?

743


Write a program for finding factorial of a number.

814


Explain the difference between exit() and _exit() function?

868


Is array a primitive data type in c?

755


What is a sequential access file?

813


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

1664


What is the code in while loop that returns the output of given code?

1610