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
Why & is used in c?
What is LINKED LIST? How can you access the last element in a linked list?
What are the types of variables in c?
Write a C program to convert an integer into a binary string?
Write a program which returns the first non repetitive character in the string?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
Explain what are binary trees?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is a string?
How can I find out if there are characters available for reading?
What is the right type to use for boolean values in c? Is there a standard type?
Is main is user defined function?