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
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Is int a keyword in c?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
what are the stages of compilation
What is the difference between volatile and const volatile?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
i want to job in your company, so how it will be possible.
how to find a 5th bit is set in c program
difference between loading and linking
Explain how can you tell whether a program was compiled using c versus c++?
what is pointer?
13 Answers HCL, TCS,
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));