Answer Posted / shruti
functions can return values.
structures cannot return values.
we can pass arguments to the function
we cannot pass any argument to the structure.
| Is This Answer Correct ? | 115 Yes | 20 No |
Post New Answer View All Answers
What is a const pointer in c?
What is array in c with example?
Tell me what is null pointer in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What does c value mean?
What is openmp in c?
Why we use stdio h in c?
What is function pointer c?
How do we print only part of a string in c?
What does %p mean?
What are the rules for identifiers in c?
What are the properties of union in c?
What is calloc()?
What is the difference between a string and an array?
What are linked lists in c?