what is difference between array and structure?
Answer Posted / rajesh
array -same data type
structure -diff datatype
| Is This Answer Correct ? | 630 Yes | 51 No |
Post New Answer View All Answers
What is the size of array float a(10)?
What is the difference between int main and void main?
What are the types of operators in c?
Why we write conio h in c?
In C, What is the #line used for?
Under what circumstances does a name clash occur?
Explain a file operation in C with an example.
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can variables be characterized?
What is the difference between procedural and functional programming?
Is c weakly typed?
How can I make sure that my program is the only one accessing a file?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
why wipro wase
Explain what math functions are available for integers? For floating point?