what is difference between array and structure?
Answer Posted / karam ali
structure is the collection of the different or may be same data type,,,,but the array is the collection of the same data type,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are header files and what are its uses in C programming?
What is the use of pragma in embedded c?
What is selection sort in c?
What is external variable in c?
What is the difference between union and anonymous union?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is scanf_s in c?
What is a substring in c?
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.
What is the scope of local variable in c?
Why can’t constant values be used to define an array’s initial size?
What are different storage class specifiers in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is meant by preprocessor in c?