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 "Duff's Device"?
What is zero based addressing?
What's the best way of making my program efficient?
What does c mean?
What are valid signatures for the Main function?
What is else if ladder?
Do pointers need to be initialized?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Difference between malloc() and calloc() function?
How would you rename a function in C?
What is ambagious result in C? explain with an example.
Explain about the functions strcat() and strcmp()?
Why is structure important for a child?
What is a structure and why it is used?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?