ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
which types of data structure will i use to convert infix to
post fix???
 Question Submitted By :: Sowndrarajan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: which types of data structure will i use to convert infix to post fix???
Answer
# 1
To convert the infix to postfix, STACK datastructure is 
used. some may think about tree but by we only denote the 
expression actual conversion is done through STACK.
 
Is This Answer Correct ?    11 Yes 2 No
Abhishek Munde
 
  Re: which types of data structure will i use to convert infix to post fix???
Answer
# 2
stack is really used to convert infix to postfix
 
Is This Answer Correct ?    4 Yes 0 No
Prashant
 
 
 
  Re: which types of data structure will i use to convert infix to post fix???
Answer
# 3
stack is used
 
Is This Answer Correct ?    4 Yes 0 No
Vikram
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.  6
what is volatile in c language? TCS1
Why does not use getgh(); and <conio.h> in c language. Elofic2
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....  2
Can we write a program without main() function?  9
how many argument we can pas in in a function CTS20
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used. Persistent4
What are the uses of pre-processor directives?  2
If we give two names then this displays the connection between the two people. It is nothing but flames game  1
how to sort two array of characters and make a new array of characters. Accenture1
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to? CTS2
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>  1
Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0 Qualcomm5
How to write a program for swapping two strings without using 3rd variable and without using string functions. iGate5
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All Accenture2
what is the hexidecimal number of 4100? Google14
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance IBM1
What ios diff. Between %e & %f? Honeywell1
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?  1
Write code for finding depth of tree Adobe1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com