answersLogoWhite

0

Assignment (=) is the first one popped up in my mind. BUT,

there are more than 1 operator in C has associativity from right to left:

unary + and - (e.g., +1, -1, -x)

prefix ++ and -- (e.g., ++x)

sizeof

negate ! and ~ (e.g. !x)

reference and de-reference & and * (e.g. &x, *x)

assignments

=, +=, -=, *=, /=, %=

<<=, >>=, &=, |=, ^=

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does the job of c operators consist of?

A C operator is not a job or profession but rather a coding language. C operators perform certain tasks in programming such as a "+ " operator performs addition.


Use of scope resolution operator in C programming?

:: operator can not be used in C.


What do you mean by c plus plus?

C++ is a programming language, but, in the same time, it's a valid expression. Example:A= C++is equivalent with:A= C, C= C+1It's a bit of a joke. In the programming language C, ++ is the increment operator, so C++ can be interpreted as "C, except one better."


When was C - programming language - created?

C - programming language - was created in 1972.


What programming language is Android written in?

Android is programmed in the C and C++ programming language.


Name of object oriented programming language?

C++ is the name of a programming language.


What do you mean by c language?

C is a programming language.


Full form of programming C?

Before C there was BCPL -- Basic Combined Programming Language -- which influenced a language called "B". Then a new language developed as an enhanced version of B, so it was named C.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Who are the ancestors of C programming language?

programming languages B and BCPL which was used to derive C


Websites to download c C programming language books?

Download 1000s of C C C++ Programming Language. http://www.guruengineers.com


Why is programming language named C and not simply C?

I am guessing you typed the question wrong, the way I understand your question is "Why is the programming language named C++ and not C ? " The answer to this is that there is a programming language called C, and in that programming language the ++ means increment by one. So C++ is the language C improved, as such it can read and compile all C programs in addition to having other features that C does not have.