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.
Who is the author of "Homeless: Growing up Lesbian and Dyslexic in India"?
SBI has issued additional tier-1 (AT1) bonds worth a total of Rs 6,872 crore at a cut-off of how many %?
What is the full form of ANKUR, the urban transformation initiative launched by Odisha?
The currency of Russia is:
What were the dates of the 28th National Conference on e-Governance 2025 in Visakhapatnam?
What is the main benefit for NSDL Payments Bank being added to the Second Schedule of the RBI Act?Â
What challenge continues to delay the finalization of the New Collective Quantified Goal (NCQG) for climate finance?
SEBI has restructured its advisory committee on market data that recommends policy measures pertaining to areas like securities market data access and p...
Justice Mohammad Yousuf Wani was administered the oath of office as an Additional Judge of which High Court?
Which Life Insurance company has launched its dedicated 24X7 inbound contact centre to address before and after purchase queries related to comprehensiv...