Continue with your mobile number
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.
The sum of two numbers is 65 and their HCF is 13. Total number of such pairs of numbers is?
The HCF of two numbers is 9. Which of the following can never be their LCM?
The HCF of two numbers is 48, and their LCM is 1440. If one of the numbers is 576, find the other number.
A, B and C start running around a circular track and complete one round in 10, 15 and 25 seconds respectively. In how many seconds will the three meet a...
LCM of two numbers is 10 times their HCF. The product of the numbers is 18000. What will be the maximum possible difference between the numbers?
The sum of two numbers is 126 and their HCF is 14. Total number of such pairs of numbers is?
The LCM for two prime numbers x and y, (x > y) is 319. The value of (2y + x) :
The HCF of 450 and 740 is 150, their LCM is:
The least number which when divided by 6,18 and 20 leave a same remainder 3 in each case?