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
Are the variables argc and argv are always local to main?
How can I determine whether a machines byte order is big-endian or little-endian?
swap 2 numbers without using third variable?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
can we implement multi-threads in c.
Explain #pragma statements.
What is #include stdlib h?
Tell us the use of fflush() function in c language?
Here is a neat trick for checking whether two strings are equal
Can main () be called recursively?
When should the const modifier be used?
What does it mean when the linker says that _end is undefined?
What is a function in c?
Why dont c comments nest?
What is an example of structure?