Looking for a Tutor Near You?

Post Learning Requirement ยป
x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Explore Questions on "Programming Language - C / C++"

What's Your Question?

There are total 407 questions found on the topic "Programming Language - C / C++". Check all the answers posted by our expert tutors and trainers. If you have any query on Programming Language - C / C++ kindly post it and get free answers from our tutors.

Explore Questions

Which of the following is not an inherent application of stack?

  • A

    Reversing A String

  • B

    Evaluation Of Postfix Expression

  • C

    Implementation Of Recursion

  • D

    Job Scheduling

Posted by: Kaushal Raj Choudhary on: 28 Feb, 2018

Convert the following infix expressions into its equivalent postfix expressions

(A + B โ‹€D)/(E – F)+G

  • A

    (A B D โ‹€ + E F – / G +)

  • B

    (A B D +โ‹€ E F – / G +)

  • C

    (A B D โ‹€ + EF/- G +)

  • D

    None Of The Mentioned

Posted by: Sushanto Patro on: 28 Feb, 2018

The prefix form of A-B/ (C * D ^ E) is?

  • A

     -/*^ACBDE

  • B

     -ABCD*^DE

  • C

     -A/B*C^DE

  • D

     -A/BC*^DE

Posted by: Samir Dutta on: 28 Feb, 2018

The postfix form of the expression (A+ B)*(C*D- E)*F / G is?

  • A

    AB+ CD*E – FG /**

  • B

    AB + CD* E – F **G /

  • C

    AB + CD* E – *F *G /

  • D

    AB + CDE * – * F *G /

Posted by: Praveen Saini on: 28 Feb, 2018

Entries in a stack are “ordered”. What is the meaning of this statement?
 

  • A

    A Collection Of Stacks Is Sortable.

  • B

    Stack Entries May Be Compared With The ‘<‘ Operation.

  • C

    The Entries Are Stored In A Linked List.

  • D

    There Is A Sequential Entry That Is One By One.

Posted by: Deepak Kumar Chaudhari on: 28 Feb, 2018

Which of these best describes an array?

  • A

    A Data Structure That Shows A Hierarchical Behavior

  • B

    Container Of Objects Of Similar Types

  • C

    Container Of Objects Of Mixed Types

  • D

    All Of The Mentioned

Posted by: J Thapliyal on: 28 Feb, 2018