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 to find a missed value, if you want to store 100 values in a 99 sized array?
What are data structures in c and how to use them?
Differentiate between a for loop and a while loop? What are it uses?
What is c preprocessor mean?
How can I read a binary data file properly?
Is array a primitive data type in c?
Explain can static variables be declared in a header file?
What does return 1 means in c?
Is null always defined as 0(zero)?
Are pointers really faster than arrays?
find the sum of two matrices and WAP for it.
How can I make it pause before closing the program output window?
Explain what is the benefit of using const for declaring constants?
write a program to find the given number is prime or not
Why do we use return in c?