A collection of data with a given structure for excepting storing and providing on demand data for multiple users

a) linked list

b) datastructer

c) database

d) preprocessor



A collection of data with a given structure for excepting storing and providing on demand data for m..

Answer / Hansraj Meena

c) database

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is c

4 Answers  


How to add two numbers with using function?

4 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1 Answers   Microsoft,


What is variables in c?

1 Answers  


what type of questions arrive in interview over c programming?

1 Answers  


what is object oriental programing?

1 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1 Answers  


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1 Answers   HCL,


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


What is wrong with this initialization?

1 Answers  


Categories