Explain with the aid of an example why arrays of structures
don’t provide an efficient representation when it comes to
adding and deleting records internal to the array.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


What is meant by operator precedence?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


what are two kinds of java

2 Answers  






How to draw the flowchart for structure programs?

0 Answers  


what is c

4 Answers  


What is the use of ?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


Do pointers take up memory?

0 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


Categories