what is difference between array and structure?
Answer Posted / ajeet
Array is the collection of homogeneous data elements
whereas Structure is the collection of heterogeneous
data types elements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain 'far' and 'near' pointers in c.
How can I implement a delay, or time a users response, with sub-second resolution?
Explain what is the concatenation operator?
What do you mean by Recursion Function?
Explain what are the different data types in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Explain main function in c?
What are the preprocessor categories?
What is strcpy() function?
how logic is used
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is c so powerful?
What is #define in c?
Write a program for finding factorial of a number.
Does free set pointer to null?