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 is not a pointer null after calling free?

786


What are lookup tables in c?

760


Do you know the difference between exit() and _exit() function in c?

810


What is the use of f in c?

739


When should the register modifier be used? Does it really help?

785


How can my program discover the complete pathname to the executable from which it was invoked?

859


What is this infamous null pointer, anyway?

798


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1677


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

840


Explain what standard functions are available to manipulate strings?

826


What is a char in c?

763


What are dangling pointers? How are dangling pointers different from memory leaks?

917


What is the use of typedef in structure in c?

724


Calculate 1*2*3*____*n using recursive function??

1759


What is line in c preprocessor?

811