A stack can be implemented only using array?if not what is used?

Answer Posted / namita

linked list

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

658


What is scanf () in c?

670


how to find binary of number?

3454


List the different types of c tokens?

631


What does sizeof int return?

598






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

1137


What is the acronym for ansi?

640


int i=10; printf("%d %d %d", i, i=20, i);

1018


Add Two Numbers Without Using the Addition Operator

357


Explain #pragma statements.

608


What is a header file?

644


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627


Are the variables argc and argv are local to main?

795


Are the expressions * ptr ++ and ++ * ptr same?

673


What is an example of structure?

593