If scanf() statement is used for storing a value in char variable, then along with the value a carriage return (\r) also gets stored.
  Anonymous Quiz
    59%
    True
      
    41%
    False
      
    Crack your next job interview more easily with this ChatGPT-powered AI tool.
Introducing: https://chadview.com/
- It is a ChatGPT-powered copilot extension that listens to your Zoom, Google Meet, and Teams calls in real-time and answers any questions instantly.
- During the video call, simply press the "Ask" button & you will get answers to any questions. The extension continuously records the conversation.
- When you press the "Ask", it reviews the previous 30 sec, identifies the question & generates a response in 3-4 sec
- They give a 15-minute free trial, which you can use to practice on a Zoom call or on any interview on YouTube.
- Then they charge a small fee $5 for every 30 minutes.
Subscribe at @chadview
Introducing: https://chadview.com/
- It is a ChatGPT-powered copilot extension that listens to your Zoom, Google Meet, and Teams calls in real-time and answers any questions instantly.
- During the video call, simply press the "Ask" button & you will get answers to any questions. The extension continuously records the conversation.
- When you press the "Ask", it reviews the previous 30 sec, identifies the question & generates a response in 3-4 sec
- They give a 15-minute free trial, which you can use to practice on a Zoom call or on any interview on YouTube.
- Then they charge a small fee $5 for every 30 minutes.
Subscribe at @chadview
👍4🔥1
  What is the use of the indentation in c++?
  Anonymous Quiz
    27%
    r distinguishes between comments and inner data
      
    21%
    distinguishes between comments and outer data
      
    41%
    distinguishes between comments and code
      
    11%
    r distinguishes between comments and outer data
      
    👎2👍1
  Assume that the operators +,-, X are left associative and ^ is right associative. The order of precedence (from highest to lowest) is ^, X, +, -. The postfix expression for the infix expression a + b X c – d ^ e ^ f is?
  Anonymous Quiz
    28%
    abc X+ def ^^ –
      
    31%
    abc X+ de^f^ –
      
    29%
    ab+c Xd – e ^f^
      
    12%
    -+aXbc^ ^def
      
    🔥2
  Which one of the following is not a keyword:
  Anonymous Quiz
    11%
    if
      
    25%
    with
      
    49%
    debugger
      
    15%
    use strict
      
    👎1
  An expression involving byte, int, and literal numbers is promoted to which of these?
  Anonymous Quiz
    31%
    int
      
    42%
    long
      
    14%
    byte
      
    13%
    float
      
    The break statement is used to take control out of switch and continue statement is used to take control of the beginning of the switch?
  Anonymous Quiz
    73%
    Yes
      
    27%
    No
      
    🔥1🥰1👏1
  Which is more effective while calling the C++ functions?
  Anonymous Quiz
    27%
    call by object
      
    21%
    call by pointer
      
    17%
    call by value
      
    35%
    call by reference
      
    If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, what is the order of removal?
  Anonymous Quiz
    21%
    ABCD
      
    68%
    DCBA
      
    7%
    DCAB
      
    4%
    ABDC
      
    ❤1🔥1
  Which one of the following symbol is used for creating comments in the javascript:
  Anonymous Quiz
    20%
    \\
      
    45%
    //
      
    28%
    \* *\
      
    7%
    \* */
      
    👍2
  