The postfix form of A*B+C/D is?
*AB/CD+
AB*CD/+
A*BC+/D
ABCD+/*
Posted by: Debanjana B. on: 28.02.2018
Convert the following Infix expression to Postfix f...
xyz*+pq*r+s*+
xyz*+pq*r+s+*
xyz+*pq*r+s*+
None of the mentioned
Posted by: Lkndsvkjdfsbjkb B. on: 28.02.2018
Which of the following statement(s) about stack dat...
Linked List is used for implementing Stacks
Top of the Stack always contain the new node
Stack is the FIFO data structure
Null link is present in the last node at the bottom of the stack
Posted by: Rohit on: 28.02.2018
The type of expression in which operator succeeds its ope...
Infix Expression
Prefix Expression
Postfix Expression
None of the mentioned
Posted by: Uphar A. on: 28.02.2018
What is the result of the following operation
T...
X
Null
S
None
Posted by: Kanhaiya L. on: 28.02.2018
What data structure would you most likely see in a non-re...
Linked List
Stack
Queue
Tree
Posted by: Rahul S. on: 28.02.2018
Which of the following applications may use a stack?
A parentheses balancing program.
Tracking of local variables at runtime.
Compiler Syntax Analyzer.
All of the mentioned
Posted by: Rexon T. on: 28.02.2018
How do you initialize an array in C?
int arr[3] = (1,2,3);
int arr(3) = {1,2,3};
int arr[3] = {1,2,3};
int arr(3) = (1,2,3);
Posted by: Santosh C. on: 28.02.2018
Posted by: Praveen P. on: 05.10.2016
Posted by: Mohammad N. on: 31.08.2015
Posted by: Nimish D. on: 31.08.2015
Posted by: Sanjeev S. on: 31.08.2015