Tag: India

  • C++ Programming MCQ – Templates

    C++ Programming MCQ – Templates

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Templates”. Q 1. Which of the following is used for generic programming?A. Virtual functionsB. ModulesC. TemplatesD. Abstract Classes Show Answer Answer:-C. Templates Explanation Templates are used for generic programming. They help in making generic functions and classes hence achieving the generic codes. Q 2. Which…

  • C++ Programming MCQ – Specialization

    C++ Programming MCQ – Specialization

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

  • Current Affairs Quiz – May 2025

    Current Affairs Quiz – May 2025

    Q 1.NAMASTE Scheme was jointly launched by which two ministries?A. Ministry of Health and Ministry of Rural DevelopmentB. Ministry of Environment and Ministry of LabourC. Ministry of Urban Development and Ministry of Skill DevelopmentD. Ministry of Social Justice and Empowerment and Ministry of Housing and Urban Affairs Show Answer Answer:-D. Ministry of Social Justice and…

  • C++ Programming Questions and Answers – Class Templates

    C++ Programming Questions and Answers – Class Templates

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Class Templates”. Q 1. What is the syntax of class template?A. temp <paramaters> class declarationB. Template <paramaters> class declarationC. template <paramaters> class declarationD. Temp <paramaters> class declaration Show Answer Answer:-C. template class declaration Explanation Syntax involves template keyword followed by list of parameters in angular…

  • C++ Programming Questions and Answers – Function Templates – 2

    C++ Programming Questions and Answers – Function Templates – 2

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Function Templates – 2”. Q 1. What are Templates in C++?A. A feature that allows the programmer to write generic programsB. A feature that allows the programmer to write specific codes for a problemC. A feature that allows the programmer to make program modularD. A…

  • C++ Programming Questions and Answers – Function Templates – 1

    C++ Programming Questions and Answers – Function Templates – 1

    C++ programming interview questions and answers focuses on “Function Templates”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews (campus interviews, walkin 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 – Simple String Template

    C++ Programming Questions and Answers – Simple String Template

    C++ interview questions and answers focuses on “Simple String Template”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews (campus interviews, walkin 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…

  • “Python Questions and Answers – Dictionary – 3

    “Python Questions and Answers – Dictionary – 3

    Python Multiple Choice Questions & Answers (MCQs) focuses on “Dictionary – 3”. Q 1. Which of the statements about dictionary values if false?A. More than one key can have the same valueB. The values of the dictionary can be accessed as dict[key]C. Values of a dictionary must be uniqueD. Values of a dictionary can be…

  • Python Questions and Answers – Dictionary – 2

    Python Questions and Answers – Dictionary – 2

    Python Multiple Choice Questions & Answers (MCQs) focuses on “Dictionary – 2”. Q 1. Which of these about a dictionary is false?A. The values of a dictionary can be accessed using keysB. The keys of a dictionary can be accessed using valuesC. Dictionaries aren’t orderedD. Dictionaries are mutable Show Answer Answer:-B. The keys of a…

  • PHP Questions & Answers – Strings and Regular Expressions – 2

    PHP Questions & Answers – Strings and Regular Expressions – 2

    PHP Questions and Answers for focuses on “Strings and Regular Expressions – 2”. Q 1. How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.A. 7B. 8C. 9D. 10 Show Answer Answer:-B. 8 Explanation The functions are preg_filter(), preg_grep(), preg_match(), preg_match_all(), preg_quote(), preg_replace(), preg_replace_callback(), and preg_split(). Q 2. What will…

You cannot copy content of this page