what is difference between array and structure?
Answer Posted / rajprasadmaity
collection is similar data type array
array always start from 0
array size fixed
| Is This Answer Correct ? | 123 Yes | 36 No |
Post New Answer View All Answers
Where local variables are stored in c?
What is the argument of a function in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Why enum is used in c?
What are header files why are they important?
Write a program to reverse a given number in c language?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the function of multilevel pointer in c?
Can we declare variable anywhere in c?
Differentiate between null and void pointers.
Explain the difference between call by value and call by reference in c language?
Is c easier than java?
What is the difference between typedef struct and struct?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Write a c program to build a heap method using Pointer to function and pointer to structure ?