Answer Posted / shrikantauti
it means function.
it may be user defined or system defined.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain what happens if you free a pointer twice?
What do the functions atoi(), itoa() and gcvt() do?
What are integer variable, floating-point variable and character variable?
Why should I prototype a function?
How can you return multiple values from a function?
How do you define a function?
What are # preprocessor operator in c?
in iso what are the common technological language?
Is return a keyword in c?
How are strings stored in c?
What is the difference between text files and binary files?
Explain what is the difference between functions abs() and fabs()?
The difference between printf and fprintf is ?
Does c have enums?
What does *p++ do?