answersLogoWhite

0

chk out the following link showing you how to implement stack. Though it is a c++ implementation it may still help you.

http://thetechnofreaks.com/2011/10/26/4-creating-a-stack/#ixzz1bvp8FXdb

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write a Linked list program for insertion and deletion of a node using structureswitch case and in c language?

for all datastructure ,c,c++ programs just visit codingdatastructure.blogspot.com and found on blog archive..


C plus plus program using a stacks converting a postfix-infix?

Yes


The type of gene mutation caused by an incorrect pairing of bases during DNA replication is a a transposon b base pair substition c insertion d deletion?

b


State one example where a software application can be safely removed by deletion?

by deleting the program folder in the program files(C:) answered by oliver kakonda


Using doublelinked list insertion sort in c language?

using doublelinked list insertion sort in c language


What is golgibody?

stacks of c shapes they ship the protiens out of the cell


What mutations would be considered frameshift mutations?

In mature mRNA, there is a start codon (AUG) that instructs ribosome to begin translation. Thereafter, every 3 bases are read as a "code word" calling for a particular amino acid to enlogate the polypeptide chain or to STOP and release the polypeptide. If 1 or 2 nucleotides are deleted or inserted into this sequence, it causes the reading frame to shift. This usually results in misreading of the sequence here is an example: AUG - AGC - ACC - TAA - GGG - etc. (if we delete the first C we get....) AUG - AGA - CCT - AAG - GG ( this is obviously not going to code for the same amino acid sequence)


What are four different types of mutations in chromosomes?

There are four basic types of point mutations that can occur:Substitution: This kind of mutation switches with another base to create an irregular sequence.ex:) NORMAL - ABCDEFGSUBSTITUTION - BACDEFGInsertion: This kind of mutation involves the insertion of an extra base to the sequence.ex:) NORMAL - ABCDEFGINSERTION - ABHCDEFGDeletion: This kind of mutation deletes or loses one of the bases in the sequence.ex:) NORMAL - ABCDEFGDELETION - ACDEFGFrameshifts: This kind of mutation is where a sequence has an insertion or deletion, altering it. Since the sequence is divided into three bases to each section, which are called codons, the insertion or deletion of one of the bases can alter the codons completely, creating a different sequence, known as a frameshift.ex:) NORMAL - ABC DEF GHIFRAMESHIFT - BCD EFG HIThose are the four basic types of point mutations, however there are other known mutations.translocation,substitution,insertion,deletion


Which represents a deletion of a section of DNA shown here a c t g g a t?

Deletions could be c-t-g-g-a-t or a-c-t-a-t or many other things missing a base or sequence of bases. However, in a simple deletion mutation the order of the nucleotides does not change.


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


How do you rewrite the sequance a-c-t-g-g-a-t to show a insertion of a nucleotide in the DNA strand?

To show an insertion of a nucleotide (say "c") in the sequence "a-c-t-g-g-a-t", you would write it as "a-c-t-c-g-g-a-t". The inserted nucleotide "c" fits in between the existing nucleotides "t" and "g".