what is a function prototype?

Answer Posted / glibwaresoftsolutions

A function prototype declares the function's name, return type, and parameters without providing the actual implementation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should I use standard library functions instead of writing my own?

979


How are variables declared in c?

849


How do you write a program which produces its own source code as output?

854


What are global variables and explain how do you declare them?

803


What is typedef?

1014


Where are some collections of useful code fragments and examples?

963


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2468


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1866


What is a char in c?

767


Can a variable be both const and volatile?

895


What is the difference between far and near in c?

816


What is d'n in c?

837


How do you define a function?

795


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

871


Why is sprintf unsafe?

820