Answer Posted / chetna
it is the declaration of function which includes specifying
arguments and return type but does not include its body.
eg : int rev(int a);
here, rev is a function name of integer type and returns an
integer type value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of structure padding in c?
What is a sequential access file?
What is typedef example?
What are the header files used in c language?
What is a const pointer in c?
code for find determinent of amatrix
What is the significance of an algorithm to C programming?
What are disadvantages of C language.
What are multibyte characters?
What is keyword in c?
find the sum of two matrices and WAP for it.
What is indirection?
How do I create a directory? How do I remove a directory (and its contents)?
How does free() know explain how much memory to release?
What is the difference between array and structure in c?