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.
According to Census 2011 of India, which metropolitan city has the highest population?
In the Cricket World Cup final 1983, what was the total run scored by the West Indies team?
Who among the following devised a policy that came to be known as the Doctrine of Lapse?
Which is the first State in India to have water policy?
Match the following:
List I List II
A. First Plan 1. Rapid industrialisation
B. Second Plan ...
Twenty five percent of the land revenue collected by Marathas in the Deccan was called_____.
Which of the following is the only President of India to have her/his wax statue at the Madame Tussauds wax museum in Delhi as of September 2020?
The practice of forestry with the object of raising flowering trees and shrubs mainly to serve as recreation forests for the urban and rural p...
Who inaugurated India's first FutureLABS center at C - DAC Thiruvananthapuram, focused on next - generation chip design and manufacturing?
Consider the following statements in reference to Harballabh Sangeet Sammelan.
1. It is one of the oldest festival of Indian classical music in t...