Answer Posted / nashiinformaticssolutions
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
What is the purpose of the statement: strcat (S2, S1)?
What type of function is main ()?
What are global variables?
Explain the term printf() and scanf() used in c language?
What is ## preprocessor operator in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is a nested loop?
What is typedf?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Why doesnt that code work?
Why c is faster than c++?
What are the 5 types of organizational structures?
what are the advantages of a macro over a function?
What are c header files?
Is javascript based on c?