What is the difference between reference type and pointers.
Answer Posted / p.madhupriya
pointer is a variable that points to address of another
variable .
reference is variable that points to address of that
variable only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is abstract class in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can we run c program in turbo c++?
What are the types of container classes?
What is the difference between reference and pointer?
What is a dll entry point?
What is the best way to take screenshots of a window with c++ in windows?
What do you mean by function pointer?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
Can I learn c++ without knowing c?
How will you call C functions from C ++ and vice-versa?
What is buffering in c++?
Can you sort a set c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
Is there a c++ certification?