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
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain what header files do I need in order to define the standard library functions I use?
Why & is used in scanf in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Why can’t constant values be used to define an array’s initial size?
What are the key features in c programming language?
What is the use of the function in c?
List the difference between a While & Do While loops?
What is data structure in c and its types?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are qualifiers in c?
What is a loop?
what do you mean by enumeration constant?
what is the diffrenet bettwen HTTP and internet protocol