Answer Posted / desh deepak
A Function is a self-contained block of statement that
perform a Coherent task of some kind. c program is
collection of function.
generel form of function.
function(arg1,arg2,arg3)
type arg1,arg2,arg3;
{
statement1;
statement2;
statement3;
statement4;
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can I direct output to the printer?
What is meant by keywords in c?
What is substring in c?
What is the difference between functions getch() and getche()?
Explain how do you print only part of a string?
Why c is called top down?
What is the equivalent code of the following statement in WHILE LOOP format?
What does %2f mean in c?
Is c language still used?
Implement bit Array in C.
How do you convert strings to numbers in C?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Difference between exit() and _exit() function?
Explain what is the benefit of using enum to declare a constant?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics