modify Operators | C Technical Interview Questions and Answers | Mr. Srinivas

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: @t

NareshIT
Автор

Accessing and modifying a variable in the same statement is not a defined behaviour in the C standard and therefore, different compilers might give different results. For example, a = a + (++a) might result in a=11 or a=12 depending on the compiler you're using.

supersymmetry
Автор

But sir increment operater associativity is from right to left.

rajasaha
Автор

Sir if we give the instruction as Then how it will consider sir?

tree
Автор

Bro u said after post increment value of a will be changed
But y did u write a++ +a =5+5

seelammadhusagar
Автор

sir operators are not uploaded
please upload all the operators

shivampatelstudymaths
Автор

Hi Sir what if I have a= a++ + a++; why compiler shows only 11 ? can you please explain SIr? Thank you.

Andrew_EvsW