what is difference between array and structure?
Answer Posted / abinaya
array:arrray is a collection of similar datatypes stored in
common name.it is a scpe of variable
structure:structure is a dissimilar datatypes stord in
common name.it is a scope of datatype
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
With the help of using classes, write a program to add two numbers.
Why ca not I do something like this?
Is there a way to switch on strings?
What is the difference between text files and binary files?
Differentiate abs() function from fabs() function.
Explain what is dynamic data structure?
Explain which function in c can be used to append a string to another string?
How would you rename a function in C?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
How are pointers declared in c?
will u please send me the placement papers to my mail???????????????????
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How can you allocate arrays or structures bigger than 64K?
What do you mean by command line argument?
Are local variables initialized to zero by default in c?