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
Why is structure important for a child?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is meant by high-order and low-order bytes?
Why clrscr is used in c?
What are the standard predefined macros?
Write a program to swap two numbers without using a temporary variable?
What are runtime error?
What is the process to generate random numbers in c programming language?
Do character constants represent numerical values?
What is the use of structure padding in c?
What is volatile variable how do you declare it?
What are the three constants used in c?
largest Of three Number using without if condition?
How can I write a function that takes a format string and a variable number of arguments?
Do you know what are the properties of union in c?