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 stack can be implemented only using array?if not what is used?

Answer Posted / vignesh1988i

stack is not always implemented using array's , it can also
be implemented through linked lists in DATA STRUCTURES,,,

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

1202


When c language was developed?

1100


what is the basis for selection of arrays or pointers as data structure in a program

4340


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

1164


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

16111


Explain what are the advantages and disadvantages of a heap?

1124


What is meant by operator precedence?

1202


Write a program to swap two numbers without using the third variable?

1115


What is %s and %d in c?

1104


Why c is called a middle level language?

1157


Tell me the use of bit field in c language?

1104


How reliable are floating-point comparisons?

1140


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

1260


What do you mean by dynamic memory allocation in c?

1148


what will be the output for the following main() { printf("hi" "hello"); }

11156