answersLogoWhite

0

The expression --x is functionally equivalent to x = x - 1.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

The meaning of if in C language?

if is a like a choicee.g.if (x==1) if x is equal to 1 then it will print "x=1"{printf("x=1);}else{printf("x does not =1")}Answer: If is an identifier, if is a statement.


--x in c language?

Useable. It means x -= 1 or x= x-1No. --x means to decrement x.


What is 9999999 in Roman numerals?

Ah, that's a big number! In Roman numerals, 9999999 is written as IX CM XC IX. Each letter represents a different value, and when combined, they create this beautiful Roman numeral that tells a story of patience and perseverance. Just like painting a masterpiece, sometimes it takes many small strokes to create something truly magnificent.


Which language is used to develop Mac OS?

Mac OS X is written in the programming languages C and Objective C.


How do you write a program in C language to get the ASCII values of all the letters of the alphabet?

#include<iostream.h> void main() { int x; char y; cin>>y; x=y; cout<<"ASCII VALUE"<<x; } Or rather: for (c='A'; c<='Z'; ++c) printf ("'%c' %d 0x%x\n", c, c, c); for (c='a'; c<='z'; ++c) printf ("'%c' %d 0x%x\n", c, c, c);


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is versions of c language?

versions of c language?


What do you mean by c language?

C is a programming language.


Is c a dependent language?

C is a independent language


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object