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
What is far pointer in c?
Why malloc is faster than calloc?
What is the difference between functions abs() and fabs()?
Why can't I perform arithmetic on a void* pointer?
What is dynamic memory allocation?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
please give me some tips for the placement in the TCS.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is maximum size of array in c?
how could explain about job profile
given post order,in order construct the corresponding binary tree
What are global variables and how do you declare them?
How many header files are in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions