Answer Posted / krishna
four types of functions available in c
1.with parameters with return type
2.with parameters without return type
3.without parameters with return type
4.without parameters without return type
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many keywords (reserve words) are in c?
Explain how does flowchart help in writing a program?
What is function in c with example?
Can you return null in c?
Explain what is the most efficient way to store flag values?
Explain how do you generate random numbers in c?
Write a program to swap two numbers without using a temporary variable?
What is the scope of global variable in c?
Can we change the value of #define in c?
What is methods in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Why do we use null pointer?
Is it possible to pass an entire structure to functions?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.