what is difference between array and structure?
Answer Posted / manish
array is a similar type of data but structure are collection of any type of data
array alway start with 0
e.g.a[5]
in this array 6 element
structure has no diffination
it is a collection of n num any data type
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc() function in c language?
How does struct work in c?
Explain what is the benefit of using #define to declare a constant?
Differentiate between new and malloc(), delete and free() ?
What is a program?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
List the variables are used for writing doubly linked list program.
Is boolean a datatype in c?
using for loop sum 2 number of any 4 digit number in c language
When would you use a pointer to a function?
What is the size of enum in bytes?
What is queue in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How many types of operators are there in c?
What is the process to generate random numbers in c programming language?