what is difference between array and structure?
Answer Posted / aaa
structure uses keyword struct while declaring,
whereas array doest use any keyword for declaration.
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What do you mean by a sequential access file?
explain what are actual arguments?
How do you print only part of a string?
How do you generate random numbers in C?
How to declare a variable?
Explain the difference between malloc() and calloc() function?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
How many header files are in c?
What are the advantage of c language?
Explain output of printf("Hello World"-'A'+'B'); ?
What is nested structure in c?
Why & is used in c?
What are local static variables? How can you use them?
What are header files and explain what are its uses in c programming?
How will you delete a node in DLL?