what is difference between array and structure?
Answer Posted / bilal wazir
arrays are the group of related data types but structure are
the different data items
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me with an example the self-referential structure?
What is difference between structure and union in c?
What does c mean in standard form?
Can we change the value of static variable in c?
What is the difference between Printf(..) and sprint(...) ?
What is file in c preprocessor?
What's the right way to use errno?
What are the features of the c language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Difference between Shallow copy and Deep copy?
can we implement multi-threads in c.
Write a program to print fibonacci series without using recursion?
Describe the modifier in c?
What are pragmas and what are they good for?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.