which types of data structure will i use to convert infix to
post fix???
Answer Posted / vikram
stack is used
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain what standard functions are available to manipulate strings?
What are linker error?
What is a function in c?
Do variables need to be initialized?
Explain the use of #pragma exit?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Write a program to print numbers from 1 to 100 without using loop in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the use of f in c?
Is c++ based on c?
Explain can static variables be declared in a header file?
What is the return type of sizeof?
program to convert a integer to string in c language'
What is the use of ?: Operator?