Tag: dailyprompt

  • 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…

  • Python Questions and Answers – Lists – 4

    Python Questions and Answers – Lists – 4

    Python Programming Questions & Answers focuses on “Lists”. Q 1. What will be the output of the following Python code? def f(i, values = []): values.append(i) return values f(1)f(2)v = f(3)print(v) A. [1] [2] [3]B. [1] [1, 2] [1, 2, 3]C. [1, 2, 3]D. 1 2 3 Show Answer Answer:-C. [1, 2, 3] Explanation Execute in…

  • List of Indian States and Capitals

    List of Indian States and Capitals

    List of Indian States and Capitals List of Indian States and Capitals S.NO State Capitals CM Governor 1 Andhra Pradesh Amaravati YS Jagan Mohan Reddy Biswa Bhusan Harichandan 2 Arunachal Pradesh Itanagar Pema Khandu B. D. Mishra 3 Assam Dispur Himanta Biswa Sarma Jagdish Mukhi 4 Bihar Patna Nitish Kumar Phagu Chauhan 5 Chhattisgarh Raipur…

  • C++ Programming Questions and Answers – Complex Number Type

    C++ Programming Questions and Answers – Complex Number Type

    C++ interview questions and answers focuses on “Complex Number Type”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or…

  • C++ Programming Questions and Answers – Operator Functions

    C++ Programming Questions and Answers – Operator Functions

    C++ questions and puzzles focuses on “Operator Functions”. One shall practice these questions and puzzles to improve their C++ programming skills needed for various interviews company interviews, placements, entrance exams and other competitive exams. These programming puzzles can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering…

  • C++ Programming MCQ – Macros

    C++ Programming MCQ – Macros

    C++ interview questions and answers focuses on “Macros”. One shall practice these interview questions to improve their C++ programming skills needed for various 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, fresher, engineering graduate or an experienced IT…

  • C++ Programming Questions and Answers – Overloaded Function Names

    C++ Programming Questions and Answers – Overloaded Function Names

    C++ language interview questions come with detailed explanation of the answers which helps in better understanding of C++ concepts.Here is a listing of C++ language interview questions on “Overloaded Function Names” along with answers, explanations and/or solutions: Q 1. Which of the following permits function overloading on c++?A. typeB. number of argumentsC. type & number…

  • C++ Programming Questions and Answers – Argument Passing

    C++ Programming Questions and Answers – Argument Passing

    C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C++ programming questions come with detailed explanation of the answers which helps in better understanding of C++ concepts. C++ programming questions on “Argument Passing” along with answers, explanations and/or solutions: Q 1. How many ways of passing a…

  • Current Affairs Quiz – June, 2024

    Q 1.What are stromatolites, recently seen in news? A. Black hole B. Layered sedimentary formationsC. GalaxyD. Glacial deposits Show Answer Answer:-B. Layered sedimentary formations Explanation An international study announced the discovery of living shallow-marine stromatolites on Sheybarah Island, Red Sea, Saudi Arabia. Stromatolites, sedimentary formations, are primarily created by photosynthetic microorganisms like cyanobacteria. Their surface…

  • Physics Question MCQs India

    Physics Question MCQs India

    Q 1.By how much the orbital velocity of Moon has to increase for it to cease to remain the earth’s satellite?A. 2 timesB. 3 timesC. √3 timesD. √2 times Show Answer Answer:-D. √2 times Explanation If the speed of a satellite orbiting close to the earth is made √2 times (or increased by 41%) then…

You cannot copy content of this page