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
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the translation phases used in c language?
what are # pragma staments?
What is data structure in c programming?
Explain what does it mean when a pointer is used in an if statement?
What is the difference between char array and char pointer?
What are the different types of endless loops?
What is c++ used for today?
Who is the founder of c language?
Is c# a good language?
Explain the priority queues?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain how can I pad a string to a known length?
How to declare a variable?