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
Why should I use standard library functions instead of writing my own?
How are variables declared in c?
How do you write a program which produces its own source code as output?
What are global variables and explain how do you declare them?
What is typedef?
Where are some collections of useful code fragments and examples?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is a char in c?
Can a variable be both const and volatile?
What is the difference between far and near in c?
What is d'n in c?
How do you define a function?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why is sprintf unsafe?