what is difference between array and structure?
Answer Posted / karam ali
structure is the collection of the different or may be same data type,,,,but the array is the collection of the same data type,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how to reverse singly link list.
How many loops are there in c?
what is the syallabus of computer science students in group- 1?
What is infinite loop?
Explain what is the concatenation operator?
Can you please explain the difference between exit() and _exit() function?
Simplify the program segment if X = B then C ← true else C ← false
What is difference between array and pointer in c?
Why main function is special give two reasons?
How can you be sure that a program follows the ANSI C standard?
Can you please compare array with pointer?
Why do we use int main?
How can I call a function with an argument list built up at run time?
How can you tell whether two strings are the same?
Explain what is a pragma?