what is difference between array and structure?
Answer Posted / ankur
array starts from a
and structure means 36-24-36
most significant diffrence
| Is This Answer Correct ? | 14 Yes | 54 No |
Post New Answer View All Answers
What is a static function in c?
I heard that you have to include stdio.h before calling printf. Why?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Can we use any name in place of argv and argc as command line arguments?
What is the general form of a C program?
Why doesn't C support function overloading?
How will you write a code for accessing the length of an array without assigning it to another variable?
How can I use a preprocessorif expression to ?
Why c is called procedure oriented language?
Explain is it valid to address one element beyond the end of an array?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Differentiate Source Codes from Object Codes
What is fflush() function?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain what does the format %10.2 mean when included in a printf statement?