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
How to write c functions that modify head pointer of a linked list?
How do shell structures work?
What are the different types of data structures in c?
What is string function c?
Explain modulus operator. What are the restrictions of a modulus operator?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
How can I handle floating-point exceptions gracefully?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How do you list files in a directory?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is the difference between test design and test case design?
What is a far pointer in c?
Write a program that accept anumber in words
What are the types of unary operators?
Differentiate between functions getch() and getche().