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.
Which of the following is NOT a characteristic of MIS?
Which person can be appointed as an agent?
Under which method of depreciation, the value of a fixed asset is reduced uniformly over its useful life?
The 'Baumol Model' in financial management is used for determining the:
The component of a DFD that represents where data is stored for later retrieval is the:Â
If the MOS = 40000 units and BE units are 35000 and PV ratio is 60%. Calculate profit if revenue per unit is 8.
A company has achieved total sales of ₹10,00,000 during the year. The variable costs incurred amount to ₹6,00,000, while the fixed costs are ₹2,50...
What is the limit amount for deduction in respect of Medical/Health Insurance Premium under Section 80D of the Income Tax Act, 1961?
According to the capital-asset pricing model (CAPM), a security's required return is equal to the risk-free rate plus a premium. This premium is _____
On Jan 1, 2017 the position of V. Mathur was as follows:
Â
Inventory in hand Rs. 2400; Bills payable Rs. 400; Cash at Bank Rs. 1800;...