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


Please Help Members By Posting Answers For Below Questions

How can I read in an object file and jump to locations in it?

799


What are the 4 types of unions?

789


difference between native and cross compilers

1877


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1196


What is C language ?

1719


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

918


What are keywords in c with examples?

833


What is the size of enum in c?

838


Can you subtract pointers from each other? Why would you?

746


What type of function is main ()?

806


Are bit fields portable?

899


What is the use of bit field?

883


Create a simple code fragment that will swap the values of two variables num1 and num2.

1041


Explain how do you search data in a data file using random access method?

905


How can you draw circles in C?

843