Question
In which programming language are pointers explicitly
supported and used for memory manipulation?Solution
Pointers are variables that store the memory address of another variable. They are explicitly supported in languages like C and C++. Pointers provide low-level access to memory, enabling operations like dynamic memory allocation, arrays, and data structure manipulation. Example in C++: int x = 10;  int* ptr = &x; // Pointer to variable x  std::cout << "Value of x: " << *ptr << std::endl; // Dereferencing pointer ________________________________________ Why Other Options Are Incorrect: 1. Java: Java uses references instead of pointers, abstracting away memory management for safety and simplicity. 2. Python: Python abstracts memory management and does not expose raw pointers to developers. 3. JavaScript: JavaScript is a high-level language that does not support pointers or manual memory manipulation. 4. Kotlin: Kotlin, like Java, does not expose pointers and relies on managed memory through JVM.
Psyche is a NASA mission to study a metal-rich asteroid, it was launched from which Space Centre?
Who among the following pioneered the movement in the support of widow remarriage and girls’ education in Andhra region?
Which of the following Fundamental Rights is not suspended when a Proclamation of Emergency in operation according to the Indian Constitution?
'Promotion of educational and economic interests of Scheduled Castes, Scheduled Tribes and other weaker sections' comes under which Article of Indian co...
Which of the following is a non-conventional source of energy?
The Comptroller and Auditor General of India is the head of the Indian Audit and Accounts Department. Which article deals with the CAG?
Which of the following country is the new member in the BRICS group of nations?
What was the prime target of the first five-year plan of India?
Which Indian state is renowned for the distinctive Longpi (Nungbi) Pottery, known for being crafted without a potter's wheel?
A Governor shall, notwithstanding the expiration of his term, continue to hold office until __________.