Tag: India
-
GK Quiz on Birds of India: Do You Know Indian Birds? Take Our GK Quiz!
Q 1. Which is the national bird of India? A. Pigeon B. Parrot C. Peacock D. Eagle Show Answer Answer:-C. Peacock Q 2. Where is the Salim Ali Bird Sanctuary located? A. Kerala B. Goa C. Rajasthan D. Tamil Nadu Show Answer Answer:-B. Goa Q 3. Which bird is known for its excellent mimicry skills?…
-
C++ Programming Questions and Answers – Subscripting
C++ interview questions and answers focuses on “Subscripting”. 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, fresher,…
-
Current Affairs Quiz – October, 2024
Q 1.Which ships are part of the First Training Squadron (1TS), recently arrived in Bandar Abbas, Iran? A. INS Tir, INS Shardul, ICGS VeeraB. INS Vikrant, INS Kora, ICGS VishwastC. INS Karanj, INS Kulish, ICGS SarangD. INS Kochi, INS Chennai, ICGS Banshee Show Answer Answer:-A. INS Tir, INS Shardul, ICGS Veera Explanation The INS Tir,…
-
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…
-
Operators and expressions of JavaScript
Q 1. See the given code of JavaScript and choose the correct output from the following: var string1 = “40”; varvalueinit=50; alert( string1 +intvalue); A. 90 B. 4050 C. 4090 D. Exception Show Answer Answer:-B. 4050 Explanation In JavaScript, the alert method does the typecasting and converts the value of the variable “valueinit” to a string after that it concatenates…
-
JavaScript MCQ
Q 1. Which type of JavaScript language is ___ A. Object-Based B. Object-Oriented C. Assembly-language D. High-level Show Answer Answer:-A. Object-Based Explanation JavaScript is not a pure OOP’s (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP’s based language, because it…
-
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 – Namespaces – 2
C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Namespaces – 2”. Q 1. Pick the incorrect statement for namespaces in C++.A. Namespace declarations are always global scopeB. Keyword namespace is used at the starting of a namespace definitionC. Namespace has access specifiers like private or publicD. Namespace definitions can be nested Show Answer…
-
C++ Programming Questions and Answers – Conversion Operators
C++ Multiple Choice Questions focuses on “Conversion Operators”. One shall practice these 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 a beginner, fresher,…