Answer Posted / hr@tgksolutions.com
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 does c value mean?
What are c identifiers?
When is a void pointer used?
What is the general form of #line preprocessor?
Write the Program to reverse a string using pointers.
What is array within structure?
What are the types of macro formats?
What is sizeof int in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain how can type-insensitive macros be created?
Differentiate between functions getch() and getche().
How can I find out how much free space is available on disk?
How do I use strcmp?
Does c have an equivalent to pascals with statement?
Explain do array subscripts always start with zero?