answersLogoWhite

0


Best Answer

++a (plus plus a) is pre-incrementing operator to a
a=10;
printf("%d",++a); /* it will print 11 as ++a increment first a by 1 then prints it */

printf("%d",a++); /*it will printf 10 as it is post _ increment operator , it prints the value a first then increment it by 1 */

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

a += b is short for a = a + b

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The plus plus designation (++) is the increment operator. The meaning is that C++ is the next incremental version of C.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of plus plus in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.


How does the use of the 'void' keyword differ in C plus plus vs. C?

It doesn't. Void has the same meaning in both.


Main meaning of turbo c plus plus?

Name of a compiler (and IDE) from Borland.


How do you prove if a is less than b then a plus c is less than b plus c?

I believe that's usually treated as an axiom, meaning you don't prove it.


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


Symplify c plus c plus c plus c?

4c


What is c plus c plus c plus c plus c?

c + c + c + c + c = 5 * c.


Primary and secondary key in c and c plus plus?

There are no "primary and secondary keys" in c and c plus plus.


What is the meaning of star d in c plus plus programming?

If d is a pointer variable, then *d is the value stored in the memory address pointed to by d.


What is c plus C plus C answer in algebra?

3c