Answer Posted / arun
A pointer is a programming language data type whose value
refers directly to (or "points to") another value stored
elsewhere in the computer memory using its address.A pointer
references a location in memory, and obtaining the value at
the location a pointer refers to is known as dereferencing
the pointer.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is abstraction and encapsulation?
What is abstraction oop?
How is class defined?
Can you inherit a private class?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is abstraction in oop with example?
Why do we use oop?
Can enum be null?
What are the 5 oop principles?
What is overriding in oop?
What are the types of abstraction?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is byval and byref? What are differences between them?
What is polymorphism and its types?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?