Answer Posted / muhammad bilal
Structure:-
"Way in which components interconnect to each others"
Function:-
"Operation of individual behave as part of structure "
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How is actual parameter different from the formal parameter?
Is c easier than java?
How do you write a program which produces its own source code as output?
Why doesnt long int work?
What are the features of c languages?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is meant by type casting?
What is malloc calloc and realloc in c?
In C, What is the #line used for?
How arrays can be passed to a user defined function
Can you pass an entire structure to functions?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is null in c?
List out few of the applications that make use of Multilinked Structures?