Answer Posted / prabhakar
because it consists the definations of per defined functions
...
hence it will be includes the corresponding definations of
function when ever you called the function.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Why do we use stdio h and conio h?
What is use of integral promotions in c?
What is the difference between the local variable and global variable in c?
List some of the dynamic data structures in C?
What language is c written?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is the explanation for prototype function in c?
Are bit fields portable?
How can you tell whether two strings are the same?
How does sizeof know array size?
Is file a keyword in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What do you mean by recursion in c?
develop algorithms to add polynomials (i) in one variable