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
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is a char c?
Why is c platform dependent?
What is quick sort in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write the syntax and purpose of a switch statement in C.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Are local variables initialized to zero by default in c?
can any one provide me the notes of data structure for ignou cs-62 paper
Explain what are the different data types in c?
What is static memory allocation?