what is a function prototype?

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


Please Help Members By Posting Answers For Below Questions

Are the variables argc and argv are always local to main?

800


How can I determine whether a machines byte order is big-endian or little-endian?

846


swap 2 numbers without using third variable?

900


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

2402


can we implement multi-threads in c.

903


Explain #pragma statements.

821


What is #include stdlib h?

880


Tell us the use of fflush() function in c language?

908


Here is a neat trick for checking whether two strings are equal

807


Can main () be called recursively?

897


When should the const modifier be used?

882


What does it mean when the linker says that _end is undefined?

874


What is a function in c?

1218


Why dont c comments nest?

849


What is an example of structure?

811