Tag: programming languages

Questions Related to programming languages

  1. System

  2. System.Windows

  3. System.Windows.Presentation

  4. System.Windows.Media

  5. System.Windows.Zaml


Correct Option: E

How do you get help about the command "cp"?

  1. help cp

  2. man cp

  3. cp ?

  4. ? cp


Correct Option: B

How do you rename file "new" in file "old"?

  1. mv new old

  2. cp new old

  3. rn new old

  4. rename new old


Correct Option: A

How do you visualize the content of file "not_empty"?

  1. type not_empty

  2. cat not_empty

  3. more not_empty

  4. view not_empty


Correct Option: B
  1. newdir flower

  2. mkdir flower

  3. crdir flower

  4. create flower


Correct Option: B

Which of the following are storage qualifiers in C++ ?

  1. const

  2. volatile

  3. mutable

  4. All the Above

  5. None of the Above


Correct Option: D
  1. virtual destructor

  2. virtual constructor

  3. Both A and B

  4. None of the Above


Correct Option: A
  1. Explicit Instantiation

  2. Implicit instantiation

  3. Both A and B

  4. None of the Above


Correct Option: C