Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How can I remove the leading spaces from a string?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


print 1-50 with two loop & two print Statement

2 Answers  


Is null always equal to 0(zero)?

0 Answers  


What is a string?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


When should the const modifier be used?

0 Answers  


what are the compilation steps? ( i want inside the compiler )

2 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


Categories