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
What is meant by errors and debugging?
What is function prototype?
What are the different types of control structures in programming?
Explain how can I manipulate strings of multibyte characters?
What is data type long in c?
What is union in c?
Write a program to use switch statement.
What is the difference between %d and %i?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is difference between array and structure in c?
What is the purpose of the statement: strcat (S2, S1)?
For what purpose null pointer used?
Why is a semicolon (;) put at the end of every program statement?
Explain the ternary tree?
what are the advantages of a macro over a function?