answersLogoWhite

0

Who is the address operator?

Updated: 12/20/2022
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Who is the address operator?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Explain the Difference between bitwise operator ' and ' and address operator ' and ' of pointer?

The bitwise logical operator and (&) calculates the bitwise logical and of two integral values. It is a binary operator.The address of (&) operator returns the address of the value to its right. It is a unary operator.The distinction between the two is one of context. The logical and operator will follow (and be preceeded by) a value, while the address of operator will follow an operator.


When do we use an address operator in c'?

In C we use & operator while giving address of some variable to some pointer variable. & operator is also used in scanf().


How pointer is declared using address operator?

int *ptr; PS: I don't know what do you mean by 'using address operator'


It is required to use an address operator when you accept an input for a string?

No.


How do you find more ip address?

If you mean Your then contact your Internet Operator


How can you find address and name of a mobile number?

Call the operator services.


What operator is a unary operator as it works with only one operand?

Yes, a unary operator is an operator that only has one operand. Examples of unary operators are negative (-), positive (+), increment (++), decrement (--), address of (&), dereference (*), logical not (!), sizeof, one's complement (~), new, and delete.


Where are some large arrays located?

That's what & operator is good for: gives you the address of the variables.


How do you find the address of a websight you are looking at?

Phone the telephone operator by pressing '0' (zero). They can help you.


What is meant by an address operator in c plus plus?

The address-of operator is a unary operator which returns the address of its operand: int x = 42; // instantiate a variable of type int std::cout << "Value of x: " << x << std::endl; // e.g., 42 std::cout << "Address of x: " << &x << std::endl; int* p = &x; // store the address of x in a pointer variable std::cout << "Value of p: " << p << std::endl; // e.g., the address of x std::cout << "Address of p: " << &p << std::endl; std::cout << "Value referred to by p: " << *p << std::endl; // e.g., 42


How do you check address of char variable?

Use the address-of operator: char c=32; // space character std::cout<<&c<<std::endl;


How do you get a phone number for Norway?

Call international directory enquiries. Have the name and address to hand when you do so. The country code for Norway is 47. You would have to call an operator here in the state and they connect you to an international operator, you need same infor as here, name, address, etc.