what is difference between array and structure?
Answer Posted / tsering dolma
1. Array is collection of homogenous data and
structure is collection of hetogenous data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can a program be made to print the name of a source file where an error occurs?
Are there constructors in c?
Why can arithmetic operations not be performed on void pointers?
Explain what are preprocessor directives?
swap 2 numbers without using third variable?
What is far pointer in c?
What is a function in c?
What are the types of unary operators?
What is function prototype?
What is sizeof c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What do you mean by recursion in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain what are reserved words?