answersLogoWhite

0

Bitwise AND (&) is used to return a bitmap value indicating which bits are set in both operands. If both bits are set, the corresponding bit in the bitmap is set, otherwise it is unset.

Logical AND (&&) is used to return true when both operands are true. If either or both are false, the return is false.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Can language C works on Windows 8?

Yes. C is a general purpose programming language with compilers available for all versions of Windows.


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


What is cobol and c language?

Common Business Oriented Language/ COBOL is widely used programming language by businesses. While C is a general purpose programming invented by Dennis Ritchie.


Why C is called general-purpose language?

Cos it is used for different things.


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


What is the difference between Pro log and C plus plus language?

Prolog is a high-level general purpose logic programming language, typically used in artificial intelligence applications. C++ is an intermediate-level general purpose programming language, suitable for a broad range of applications.


Who is the owner of c language?

C language eveloped by Dennis Ritchie at the Bell Telephone Laboratories.


Why java language is developed?

The main purpose in developing the Java language - or at least, one important purpose - was to be able to develop programs that could run on different platforms (without recompiling, as in the case of C).


Why C programming came into existence?

The C language was created for a specific purpose: to design the UNIX operating system (which is used on many computers).


What is a C program?

A C program is a computer program written with the C programming language. C is a high-level language that is fast, type-safe, general-purpose and cross-platform. Up until 1985 it was the most widely-used language. Then C++ was released. Originally called C with Classes, C++ essentially adds object-oriented programming to the C language. However, in reality, C++ is a separate language from C and makes it possible to program highly complex solutions far more easily and more robustly than with C alone.


What is a language in video game programming?

Most general-purpose programming languages can be used for video games. Lazyfoo's tutorials are excellent resources for anyone interested in game programming. They are written in the C++ programming language, but the same concepts can easily be applied to C, Ruby, Python, Perl, or any other general-purpose language.