Anonymous Asked in Cars &Transportation · 2 weeks ago

What is the use of * and

In British and Australian English, one typically uses single quotation marks. On the other hand, double quotation marks are typically used in the North America.What is the use of & in C language?What is the use of '&' in programming?What is the use of '&' in the C program?What's the use of << and >> in Python?Другие результаты с сайта www.quora.com


What's the use of & operator?

The bitwise AND operator (&) compares each bit of the first operand to that bit of the second operand. If both bits are 1, the bit is set to 1. Otherwise, the bit is set to 0.

Whats the use of & in C?

& operator is used to get the address of the variable. Example: &a will give address of a.

What is the & symbol in C?

OperatorMeaning&&Logical AND. True only if all operands are true||Logical OR. True only if either one operand is true!Logical NOT. True only if the operand is 0

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours