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 process to generate random numbers in c programming language?
How can I do peek and poke in c?
What is the right type to use for boolean values in c? Is there a standard type?
How do I send escape sequences to control a terminal or other device?
how could explain about job profile
Write a program to print factorial of given number using recursion?
What language is lisp written in?
explain what is an endless loop?
what is the structure pointer?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is adt in c programming?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the use of gets and puts?
What does %d do?