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
How can I read in an object file and jump to locations in it?
What are the 4 types of unions?
difference between native and cross compilers
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is C language ?
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
What are keywords in c with examples?
What is the size of enum in c?
Can you subtract pointers from each other? Why would you?
What type of function is main ()?
Are bit fields portable?
What is the use of bit field?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Explain how do you search data in a data file using random access method?
How can you draw circles in C?