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

Can a local variable be volatile in c?

575


What are the different types of data structures in c?

598


What is wild pointer in c with example?

573


How can I find the modification date and time of a file?

598


What is the purpose of macro in C language?

659






What is the condition that is applied with ?: Operator?

657


How can I find out how much free space is available on disk?

625


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2265


Why structure is used in c?

586


write a c program for swapping two strings using pointer

2093


Differentiate call by value and call by reference?

564


What is a spanning Tree?

950


What are the types of unary operators?

657


Why functions are used in c?

583


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1475