Answer Posted / babitha_b
Functions:
a)used to separate the task which would run frequently
b)run seperately the frequent task whenever calling that
frequent task and then returned its value to the fucntion
who called this.
c)would decrease the complexity of code and helps to debug
easier.
d)also it can be used as a library fucntion.
Structure:
declaring different types of variables and functions under
single name.
| Is This Answer Correct ? | 14 Yes | 11 No |
Post New Answer View All Answers
What is putchar() function?
How do you list a file’s date and time?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the difference between abs() and fabs() functions?
How do I use strcmp?
What is the difference between array and linked list in c?
What is the use of #define preprocessor in c?
Differentiate between the = symbol and == symbol?
What is the ANSI C Standard?
Explain how do you sort filenames in a directory?
Give basis knowledge of web designing ...
What are the different file extensions involved when programming in C?
Why is sizeof () an operator and not a function?