Tag: Interview

  • C++ Programming Questions and Answers – Abstract Classes – 1

    C++ interview questions and answers focuses on “Abstract Classes”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews (campus interviews, walk in interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be…

  • C++ Programming Questions and Answers – Pointer to Void

    C++ Programming Questions and Answers – Pointer to Void

    Q 1. The void pointer can point to which type of objects?A. intB. floatC. doubleD. all of the mentioned Show Answer Answer:-B. float Explanation Because it doesn’t know the type of object it is pointing to, So it can point to all objects. Q 2. When does the void pointer can be dereferenced?A. when it…

  • Java Interview Quizs Question

    Computer Exam Java Interview Questions Q1. Java was developed by A. Apple B. IBM C. Ericsson D. Sun Microsystems Show Answer Answer:-D. Sun Microsystems Q 2. In which year Java programming language was developed A. 1991 B. 1993 C. 1995 D. 1996 Show Answer Answer:-A. 1991 Q 3. Which one was the initial name of…

  • Top 20 HTML Interview Quizs Question

    Q 1.If you have used inline, internal, and external all the 3 stylings in HTML for a single element then which style will be applied? A. Inline B. Internal C. External D. None of the above Show Answer Answer:-A.Inline Q 2.Comments in HTML is done by: A. <?– –> B. <!– –> C. <!– –!>…

You cannot copy content of this page