In header files whether functions are declared or defined?



In header files whether functions are declared or defined?..

Answer / suchithrat

No....In C we cannot declare functions in header files

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to print “hello world” without using semicolon?

0 Answers  


Why does notstrcat(string, "!");Work?

0 Answers  


How can I pad a string to a known length?

0 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


What is an array in c?

0 Answers  






write a program to print data of 5 five students with structures?

0 Answers  


Who is the founder of c language?

0 Answers  


How does struct work in c?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


what is a static function

10 Answers   Satyam,


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


What is the function of volatile in c language?

0 Answers  


Categories