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 does != Mean in c?
how do you execute a c program in unix.
How can I find out the size of a file, prior to reading it in?
Why do we use null pointer?
Why c language?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is c mainly used for?
What do you mean by a local block?
Is printf a keyword?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is nested structure with example?
Who invented b language?
Is c still relevant?
How can I determine whether a machines byte order is big-endian or little-endian?
What is difference between structure and union?