what is difference between array and structure?
Answer Posted / shiva
arry is derived data type,
structure is user defined data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Why we use break in c?
Is it better to bitshift a value than to multiply by 2?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are the different types of control structures?
Explain 'bus error'?
What is the return type of sizeof?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What the advantages of using Unions?
What is new line escape sequence?
Why doesnt long int work?
What are the 4 types of functions?
What are 3 types of structures?
What is formal argument?