Challenger App

No.1 PSC Learning App

1M+ Downloads
In C, the expression c=i++ causes

Athe value of i assigned to c and then i incremented by 1

Bi to be incremented by 1 and then the value of i assigned to c

Cvalue of i assigned to c

Di to be incremented by 1

Answer:

A. the value of i assigned to c and then i incremented by 1


Related Questions:

Programming errors generally fall into which of the following categories?
ഒരു HTML പേജിൽ ഒരു ചിത്രം ചേർക്കാൻ ഉപയോഗിക്കുന്ന HTML ടാഗ് ആണ്
The C++ keyword for declaring a variable that contains a I in the decimal point is :
Which command is used to delete a table from database?
In C language, the getchar function is used to :