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
Explain what is the benefit of using const for declaring constants?
Explain void pointer?
Tell us the use of fflush() function in c language?
What is the significance of scope resolution operator?
What is the difference between scanf and fscanf?
What is #include called?
How many parameters should a function have?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Why do we need functions in c?
What is a static function in c?
Explain what is output redirection?
What is a ternary operator in c?
What do the functions atoi(), itoa() and gcvt() do?
Explain the priority queues?
Explain what are the standard predefined macros?