The prefix form of A-B/ (C * D ^ E) is?
  Anonymous Quiz
    36%
    -/*^ACBDE
      
    22%
    -ABCD*^DE
      
    26%
    -A/B*C^DE
      
    16%
    -A/BC*^DE
      
    Previous quiz had an error so I deleted it. Thank you for pointing it out 👍🙏
😁3👍2
  Which of these are selection statements in Java?
  Anonymous Quiz
    13%
    Break
      
    22%
    Continue
      
    22%
    for()
      
    42%
    If()
      
    🫡2😁1
  The types of linkages in C programming language are:
  Anonymous Quiz
    11%
    External linkage and None linkage
      
    18%
    Internal linkage and None linkage
      
    41%
    Internal linkage, External linkage and None linkage
      
    31%
    Internal linkage and External linkage
      
    What happens if the program is executed in C and C++?
  Anonymous Quiz
    11%
    Error in C and successful execution in C++
      
    20%
    Error in both C and C++
      
    27%
    Error in C++ and successful execution in C
      
    42%
    A successful run in both C and C++
      
    🔥12
  What is the result of the following operation?
Top (Push (S, X))
  Top (Push (S, X))
Anonymous Quiz
    24%
    X
      
    27%
    X + S
      
    13%
    S
      
    36%
    XS
      
    👍2
  Find out the correct output of the given piece of code from the given options:
  Anonymous Quiz
    27%
    Logical error
      
    27%
    False
      
    18%
    Runtime error
      
    28%
    True
      
    👍2
  Which of the following is true about C Programming?
  Anonymous Quiz
    23%
    Platform Independent
      
    35%
    High level language
      
    14%
    Machine Independent
      
    28%
    Assembly language
      
    What happens if the following program is executed in C and C++?
  Anonymous Quiz
    21%
    Outputs Hello twice in both C and C++
      
    19%
    Error in C and successful execution in C++
      
    24%
    Error in C++ and successful execution in C
      
    36%
    Error in both C and C++
      
    👍1