Answer Posted / nashiinformaticssolutions
A declaration of a function that specifies its return type and parameters, e.g., int add(int, int);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why functions are used in c?
how do you execute a c program in unix.
What is a pointer and how it is initialized?
Explain how can you tell whether two strings are the same?
What is restrict keyword in c?
What is difference between scanf and gets?
Explain what is a pragma?
Explain pointers in c programming?
Differentiate abs() function from fabs() function.
Why doesnt long int work?
What are the types of assignment statements?
What do you understand by normalization of pointers?
What math functions are available for integers? For floating point?
Why does notstrcat(string, "!");Work?
What does it mean when a pointer is used in an if statement?