a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation

a) circular

b) ordinary

c) array

d) linear list


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

Post New Answer

More C Interview Questions

What is the use of getchar functions?

0 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


How many types of operator or there in c?

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


What is the -> in c?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


Explain modulus operator.

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


Categories