123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

BE Students

Training  Reports (updated)

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
Infix to PostFix program with Zero Address Instruction Generator.

--------------------------------------------------------------------------------

Description : Infix to PostFix program with Zero Address Instruction Generator.

//Infix To PostFix with Zero address Instruction//
// By: Rakesh Juyal //
// I.T.S. Mohan Nagar, Gzb //
// mailme: juyalrules@yahoo.com //
// mailme: rakesh@mindless.com //


#include"stdio.h"
#include"conio.h"
Operator(char);
void Zero_Address(char *postfix_notation);
void main()
{
char post[30],infix[30],temp[30];
int i,j,k;
clrscr();
printf("

Infix To PostFix<BR>);
START:
printf("
INPUT Infix Expression:-
");
gets(infix);

j=0;k=0;
for(i=0;infix[i]!='
 

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG